Skip to content Skip to main navigation Skip to footer

Disable or Hidden the "Previous" button

Welcome to QSM Support Forum. Forums QSM Pro Support Disable or Hidden the "Previous" button

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #635
    Eric ChanEric Chan
    Participant

    Hi Manager,
    I have a quick question about disable the “Previous” button as the discance between Previous and Next button are very close on the mobile.
    I tried something like this but no luck.

    
    .qmn_btn.mlw_qmn_quiz_link mlw_previous {
      display: none;
    }
    

    My survey url is :

    SYDNEY MPHP Home Buyer Program!

    Would you please help me ?
    Many Many Thanks,
    Eric

    • This topic was modified 5 years, 5 months ago by KharisKharis.
    #644
    KharisKharis
    Keymaster

    Hello Eric,

    Try adding this CSS code to add more space.

    
    @media only screen and (max-width: 499px) {
      .qmn_pagination .qmn_btn.mlw_previous {
        margin-bottom: 15px;
      }
    }
    

    To remove it, use this one:

    
    @media only screen and (max-width: 499px) {
      .qmn_pagination .qmn_btn.mlw_previous {
        display: none !important;
      }
    }
    

    Regards,
    Kharis

    #651
    Eric ChanEric Chan
    Participant

    Hi Kharis,
    Super thanks !!!
    It works perfectly !!!
    Best regards,
    Eric

    #670
    KharisKharis
    Keymaster

    You’re welcome Eric!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

    #12615
    james charlesjames charles
    Participant

    It sounds like you’re trying to disable the “Previous” button for better usability on mobile. Depending on your code, you might try adding disabled=”true” to the button or using CSS to hide it when needed. Adjusting the button spacing with CSS (margin or padding) can also help improve the user experience. Similarly, when looking for quality services, having reliable options matters. If you’re searching for a trusted ๐€๐ฎ๐ญ๐จ ๐†๐ฅ๐š๐ฌ๐ฌ ๐’๐ก๐จ๐ฉ near ๐Š๐š๐ญ๐ฒ, there are reputable providers ensuring professional repairs and replacements.

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