Skip to content Skip to main navigation Skip to footer

space between title and quiz too big

Welcome to QSM Support Forum. Forums QSM Pro Support space between title and quiz too big

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #3878
    Kriti SharmaKriti Sharma
    Keymaster

    Hi,

    Please put the following custom css codes in Appearance -> Customise -> Additional CSS

    a.qmn_btn.mlw_qmn_quiz_link.mlw_previous {
    float: left !important;
    }

    a.qmn_btn.mlw_qmn_quiz_link.mlw_next {
    float: right !important;
    }

    Please clear any cache plugin or server cache’s cache content, as well as browser history after applying the above custom css codes.

    This is how it should look on your website.

    https://drive.google.com/open?id=1TBUEPin_cqPc61tCMyKRYcsOX9g9zBDN

    Regards,
    Kriti

    #3882
    tomsvision@gmail.com[email protected]
    Participant

    This worked! Thank you!

    a.qmn_btn.mlw_qmn_quiz_link.mlw_previous {
    float: left !important;
    }

    a.qmn_btn.mlw_qmn_quiz_link.mlw_next {
    float: right !important;
    }

    #3886
    Kriti SharmaKriti Sharma
    Keymaster

    Great.

    Best regards,
    Kriti

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.