Skip to content Skip to main navigation Skip to footer

Aligning submit button

Welcome to QSM Support Forum. Forums QSM Pro Support Aligning submit button

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #605
    Christina AdamsChristina Adams
    Participant

    Hello,

    How do I align my submit button to the center or left? Currently it’s aligning right even though the rest of my text and whatnot are aligning left. I tried various css but nothing is working. Please help, it seems like a simple fix I might just be over-looking.

    You can see it live here:

    Share Calculator

    Thanks in advance!

    Christina

    #622
    KharisKharis
    Keymaster

    Hello Christina,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    @media only screen and (min-width: 500px) {
      .qmn_pagination {
        justify-content: flex-start;
      }
    }
    
    .qmn_results_page > a.btn-reload-quiz {
      float: left !important;
    }
    

    Let me know how it goes.

    Regards,
    Kharis

    #735
    Christina AdamsChristina Adams
    Participant

    Unfortunately this did not work. Any other suggestions?
    I would also like the “Retake Quiz” button to not display when the quiz has been completed. How would I do that?

    Thanks!
    Christina

    #763
    KharisKharis
    Keymaster

    Hello Christina,

    Try this CSS code:

    
    @media only screen and (min-width: 500px) {
      .qmn_pagination {
        justify-content: flex-start !important;
      }
    }
    
    .qmn_results_page > a.btn-reload-quiz {
      float: left !important;
    }
    

    If you already have had other custom CSS code, ensure it doesn’t contain any invalid code. You can validate it with this tool: https://jigsaw.w3.org/css-validator/#validate_by_input.

    I would also like the “Retake Quiz” button to not display when the quiz has been completed. How would I do that?

    For your other question, please post it in separate topic. Use one topic for one question, so we can easily track the progress and maintain this support forum in good order.

    Regards,
    Kharis

    #775
    Christina AdamsChristina Adams
    Participant

    Oh great, that worked! Thank you very much. I’ll start a new thread for the other question as you suggested.

    Cheers,
    C.

    #817
    KharisKharis
    Keymaster

    You’re welcome Christina!

    Glad to have an opportunity to assist you.

    Regards,
    Kharis

    #5778
    jh f sdfsjh f sdfs
    Participant

    Teen Patti requires players to develop and implement various strategies to maximize their chances of winning. This includes bluffing, observing opponents’ behavior, and adjusting one’s gameplay accordingly Get Apk. Engaging in strategic thinking exercises the brain and enhances problem-solving skills.

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