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 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #2400
    tomsvision@gmail.com[email protected]
    Participant

    How do I decrease the space between the title and the first question (above and below the separator bar)?

    See screen shot for example.

    Thanks
    Tom

    Attachments:
    You must be logged in to view attached files.
    #2412
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Tom,

    Try using custom CSS code to remove extra margin between the title and the first question of the quiz.

    Regards,
    Kriti

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

    Hi Kriti,

    I think you didn’t read my question fully. This space is controlled by your product.

    Since this is your product, please tell me what CSS code to use and where to put it.

    Tom

    #2429
    Kriti SharmaKriti Sharma
    Keymaster

    Please share the url of the webpage so that I can help you with the code.

    Kriti

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

    This isn’t anything particular to my quiz. It’s for every quiz. Here is another example, including an attache screen shot here.

    https://www.awesomedoodle.com/aussiedoodle-puppies/desoto/

    If you don’t have time to trouble shoot, Could you please pass this ticket to someone who can help? Thank you! 🙂

    Tom

    Attachments:
    You must be logged in to view attached files.
    #2462
    Kriti SharmaKriti Sharma
    Keymaster

    Please paste the following css code in Appearance -> Customize -> Custom CSS to remove the extra spaces

    .quiz_section {
        padding: 0px;
    }
    
    .mlw_qmn_message_before {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    Regards,
    Kriti

    • This reply was modified 4 years, 7 months ago by Kriti SharmaKriti Sharma.
    #2470
    tomsvision@gmail.com[email protected]
    Participant

    I did this and it did not make a change. Yes I cleared all my cache.

    See attached.

    Attachments:
    You must be logged in to view attached files.
    #2474
    Kriti SharmaKriti Sharma
    Keymaster

    Try the following CSS code:

    .quiz_section {
        padding: 0px !important;
    }
    
    .mlw_qmn_message_before {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    Please send me the admin credentials of your website, if you don’t find it working.

    Regards,
    Kriti

    #3742
    N. McBeeN. McBee
    Participant

    You were very kind and patient given the belligerence that accompanied the lack of comprehension of such plugins (css for customization). I am not quite sure how you do it, it would irritate me, so congratulations on your sincere diplomacy 🙂

    #3743
    N. McBeeN. McBee
    Participant

    P.S. to be clear, that is for Kriti.

    #3763
    Kriti SharmaKriti Sharma
    Keymaster

    Hi N. McBee,

    That’s very sweet of you for appreciating my efforts. Thank you.

    Best regards,
    Kriti

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

    Related question. As soon as I changed the quiz style,the buttons show up on top of each other, instead of on each side. What’s the css to place them on each side? This is my css so far:

    a.mlw_qmn_quiz_link
    {
    border-radius: 4px;
    background-color: #67b7e1;
    border: #eee solid 1px;
    color: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    padding: 7px 7px 7px 7px;

    Attachments:
    You must be logged in to view attached files.
    #3771
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Tom,

    Please share the quiz URL with me.

    Regards,
    Kriti

    #3776
    tomsvision@gmail.com[email protected]
    Participant
    #3819
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Tom,

    I have forwarded your issue to the development team. I will keep you posted as soon as I hear back from them.

    Regards,
    Kriti

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