Can the "forward" button be moved to the center?

  • abix
    Asked on March 31, 2019 at 3:59 PM

    Can the "forward" button be moved to the center?


    because in the mobile view it appears completely on the left.


    thank you so much

    Jotform Thread 1777495 Screenshot
  • Victoria_K
    Replied on March 31, 2019 at 5:11 PM

    Hello,

    To provide exact code, we would need to review your form with the button present. It seem you are not using page breaks on forms now. The problem could be caused by form theme used. Some themes may be not designed to be applied to multi page forms. This can be fixed by custom CSS injection.

    Here is the code I can suggest to try, please add it according to this guide:

    How-to-Inject-Custom-CSS-Codes

    .form-pagebreak-next-container {

      left: 4em;

      position: relative;

    }

    Feel free to adjust 'left' value to move the button. 

    Let us know if you need more help.