How to indent question values when the text wraps to a second line?
The first two questions on my quiz have values that are in sentence form and are wrapping to a second line due to their length. The problem is that the second line continues underneath the button toggle instead of indented to continue underneath the start of the question. Can you please help me add CSS to make this look better (like the way you’d expect a bulleted list to display). Thanks!
Hi Zack,
not a problem! Enter the following into the HD Quiz Styler “Advanced CSS” section.
.hdq_label_answer {display: flex !important; align-items: center; } .hdq-options-check .hdq_toggle {top:-4px;}
Let me know if you need any further help.
This thread has either been marked as complete or has been automatically closed due to inactivity.