How to prevent the next button from overlapping the back button?

  • morerealtyinc
    Asked on December 10, 2018 at 4:45 PM

    Cant get the back and next button to lay out correctly.  They overlap.  Tried several themes...

    Jotform Thread 1668804 Screenshot
  • Jed_C
    Replied on December 10, 2018 at 6:41 PM

    Please inject the CSS code below to adjust the next button.

    .form-pagebreak-next-container {

        margin-left: 100px;

    }

    Let us know if you have any questions or if you need further assistance.