Page break navigation alignment

  • BeholdMe
    Asked on December 4, 2016 at 9:05 PM

    Is there a way to align the page break navigation buttons to the center?

  • Ashwin JotForm Support
    Replied on December 4, 2016 at 10:38 PM

    Hello BeholdMe,

    Please inject the following custom css code in form to move the page break button to centre:

    .form-pagebreak-next-container {

        margin-left: 9%;

    }

    .form-pagebreak-back-container {

        width: 20px !important;

        margin-left: 35%;

    }

    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

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!