How to centre align Back & Next buttons?

  • lesleyw
    Asked on September 4, 2017 at 12:01 PM

    My client doesn't  like the position of the Next / back buttons on the form - can these be moved either centrally or to be aligned with the text margin?

  • Ashwin JotForm Support
    Replied on September 4, 2017 at 12:54 PM

    Please inject the following custom css code in your form to centre align your next and back buttons:

    .form-pagebreak-back-container {

        margin-left: 44% !important;

    }

    .form-pagebreak-next-container {

        margin-left: -30% !important;

    }

    The following guide should help you how to inject custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes