Is there a way to center the "back" and "next" buttons on the page?

  • dabeka
    Asked on July 6, 2017 at 7:25 PM
    Is there a way to center the "back" and "next" buttons on the page?
  • Kevin Support Team Lead
    Replied on July 6, 2017 at 9:16 PM

    Yes, it is possible to achieve with the following CSS code: 

    .form-pagebreak {

        width: 30%;

        margin-left: auto;

        margin-right: auto;

    }

    This guide will help you injecting the code to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps. 

  • dabeka
    Replied on July 7, 2017 at 9:39 AM

    Hi, unfortunately that code did not work on the form I am using.

  • Kevin Support Team Lead
    Replied on July 7, 2017 at 12:00 PM

    Could you please try with this code: 

    .form-pagebreak{

        width: 24% !important;

        margin-left: auto !important;

        margin-right: auto !important;

    }

    Here is a cloned form of yours where you can see how the code should work: https://form.jotformpro.com/71874135498973