• Resolved use2beme

    (@use2beme)


    I am having issues with the banners behind the quiz questions not lining up correctly (the text is running in to the next questions background banner). I had to paginate every question on a quiz I just posted just to make it legible. I was wondering if someone else had encountered this and has a solution? To see an example of what I am talking about, please visit this link. If you go through the quiz real quick, you will see exactly what I am talking about on the results page.

    https://www.ads-software.com/plugins/hd-quiz/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Harmonic Design

    (@harmonic_design)

    Hello use2beme,
    and thank you for posting a link to the problem.

    I have taken a look and found that the problem is a conflict with your theme css. By default, your theme floats all labels to the left. I’m not sure why it does this, but luckily there is a super easy fix.

    Please add the following line to your theme stylesheet.

    #hdQuestionnaireContent label {float:none !important}

    This will stop labels from float left only when that label is created by HD Quiz (so it will not affect any other element on your site).

    You can edit your site stylesheet by logging into WordPress, mousing over appearance, then selecting editor.

    You can copy/paste the above code I provided to the very end of the editor and save.

    Thread Starter use2beme

    (@use2beme)

    Thanks for all your help, and the quick response! By the way, I was wondering if “weighted answers” was something you had thought about adding? This would be extremely useful for those “which Grey’s Anatomy character would be your boyfriend” types of quizzes. Just wondering. Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background Banners And Text Not Lining Up’ is closed to new replies.