Hello, what a nice plug in, thanks! I was wondering why p…

closed

Hello, what a nice plug in, thanks! I was wondering why pictures don’t get next to each other in the quiz. They now alternate next to or below each other. Is there a solution for this? Is there a specific format for the photos? I would like to hear from you, thank you very much!

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

May 20, 2021 at 3:58amEline

This would be a bug with your theme. Basically, your theme is overriding the styles of HD Quiz.

Please reply to this with a link to a quiz with this issue so I can take a look. With a bit of luck, I can send you some custom CSS that will force your theme to play nice.

20 May 2021 — 12:00support admin Dylan

Hai Dylan,

Thanks for your reply. Here you can find our quiz. https://gopienter.nl/test-pagina/
As you can see, the images are not next to each other. I’d love to hear from you, thank you in advance. Good day!

Ok this is an interesting issue.

Your theme is adding blank content before every. single. element. on your site. Like everything. Divs, sections, lists etc. I have no idea why anyone would do this, but this is what is causing the formatting issue.

Luckily there is a very simple fix!

Add the following CSS to your theme and it will stop this weird behavior for any element that belongs to HD Quiz – leaving the rest of your site as normal.

.hdq_quiz_wrapper *::before { display: none; }

You can either use your theme’s customizer (appearance -> customize -> custom CSS) to add that above code, or you can add it to your theme’s style.css stylesheet directly.

25 May 2021 — 15:42support admin Dylan

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.