How do I change how a quiz looks on the mobile version…

closed

How do I change how a quiz looks on the mobile version of my website so that some of the longer questions don’t get cut off?

This thread has been imported from harmonicdesign.ca/hd-quiz/

May 8, 2018 at 12:36pmReefer Post

HD Quiz is 100% responsive, so if there are any issues on mobile it would be caused by your theme. If you can send me a link to a quiz, I can take a look at what’s going on and provide a quick fix for you.

08 May 2018 — 13:54support admin Dylan

https://reeferposts.com/ then go under Quiz on the menu.

Thanks for the link.

The problem is that you have the quiz inside of a table for some reason, and tables are not responsive on your site.

I strongly recommend you remove the shortcode from the table and your problem will be fixed.

If not, you can attempt to force your tables to be responsive by adding the following to your theme’s css style.css.table { width: 100%; max-width: 100%;}

08 May 2018 — 18:57support admin Dylan

Thanks for the help!

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.