Hi All,
i’ve already learnt a lot thru this community, but still know next to nothing. I’m hoping someone has an answer to this, the <style> tag approach didn’t work - i found the QID numbers and tried them both as #QID71 and #QuestionID71 etc without success.
<style>
#QuestionID1, #QuestionID2 {
width: 100%; /* Adjust the width as needed */
box-sizing: border-box; /* Include padding and border in the element's total width and height */
}
</style>
My question text went here…
i have Custon CSS to make questions fill 100% of the page width. Look&Feel - Style
What i have is multiple questions on the same page. The 1st is a side-by-side that fills the screen perfectly, but the subsequent questions: a checkbox (multiple select with 1 option) and an essay text box only fill 2/3 of the screen width.
How do i make those questions the same width as the 1st?
See attached.
jeff