• Resolved folkogforsvar

    (@folkogforsvar)


    Hi,

    We just started using your plug-in. It seems that everything works fine, except that the answer options for the questions are not showing. The title and question number is shown, but not the possible answers.

    Hope you are able to help us.

    Best regards,
    Malini

    People and Defence,
    Norway

    The page I need help with: [log in to see the link]

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

    (@harmonic_design)

    Hi folkogforsvar,
    I just took a look and the issue is with your theme.

    Your theme is utilizing a css class called clear. I’ll spare you the details, but most users use this type of class to clear or “reset” elements.

    The problem, is that for some reason, your theme is improperly using this.

    Your main content div entry-content ALSO has the class clear. What this means is that all content inside your main content also gets the same properties of clear. This not only breaks HD Quiz’s styles, but would also break ANY content that is not generated by your theme’s page builder!

    Luckily, there should be an easy solution for you.

    Please add the following css to your theme /child theme’s style.css file.

    
    .hdq_row {
      line-height: 1;
      font-size: 1rem !important;
    }
    

    The !important in the above should force your theme to ignore the clear class font size of 0, and set it to be the default font size for your site.

Viewing 1 replies (of 1 total)

The topic ‘Aswer options not showing’ is closed to new replies.