Center NEXT button

  • contact_Contact_contact482
    Asked on August 17, 2022 at 9:44 AM

    Hello I have been trying to center my NEXT button but have not been successful please assist.


    Also I need it updated on my website. TY


    https://form.jotform.com/211471586238661

  • Anna JotForm Support
    Replied on August 17, 2022 at 10:01 AM

    Hello Contact,

    Thanks for reaching out to Jotform Support! I’ll need a bit of time to look into this for a possible CSS code to put the Next Button at the center. I’ll get back to you as soon as I have the answer.

    Reach out if you need further questions in the meantime.

  • Anna JotForm Support
    Replied on August 17, 2022 at 4:28 PM

    Hello Contact,

    Thanks for your patience and understanding, we really appreciate it. You can copy-paste this CSS code to align both the Back and Next button at the center on your form.:

    .form-pagebreak>div {

    margin: 0;

    }

    .form-buttons-wrapper, .form-pagebreak, .form-submit-clear-wrapper {

      justify-content: center;

    }

    1660767989 62fd4ef5ec2d5  Screenshot 10

    You can also check my screencast below to see how and the results.

    1660767845 62fd4e65bbbd6 Align Buttons a Screenshot 21

    Hope this helps! Give it a try and let us know how it goes or if you need further assistance.