Increase width

closed

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.

January 4, 2024 at 2:26pmThomas Makro

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.

04 January 2024 — 12:04support admin Dylan

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.