Increase width
Hi, when presenting a quiz on a page, the quiz is rather narrow. How do I increase it’s width?
The page’s normal text, headers, paragraphs appear in normal width, only the quiz is unable to use the entire width.
Hi Thomas,
add the following to your theme’s style.css, or (assuming your theme is compatible with it) go to Appearance -> Customize -> Additional CSS.
.hdq_quiz {max-width: 100% !important;}
Feel free to play with the 100% to find a number that works well for you.
Thanks, works like a charm.
This thread has either been marked as complete or has been automatically closed due to inactivity. Please consider opening a new support thread for help.