• Resolved F?ldesi, Mihály

    (@foldesistudio)


    It would be super if we can change the “Question Featured Image” size on quiz settings.

    On the post/page images are very small on the following section:

    <div class=”hdq_question_featured_image”>
    ***
    </div>

    Thanks for your hard work on this!

    Best regards,
    Misi

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

    (@harmonic_design)

    Hi foldesistudio,
    HD Quiz is fully responsive, so this can actually be easily accomplished by simply increasing the width of the entire quiz.

    This can be done by modifying your theme’s CSS and adding the following:

    .hdq_quiz {
        max-width: 600px !important;
    }

    replacing the 600 with a larger number of your choice. You can change 600px to 100% if you want it to be as large as possible for your particular theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Question Featured Image – size changing’ is closed to new replies.