Back and Next buttons overlapping

  • laurenhazay
    Asked on October 25, 2017 at 12:39 AM

    My "Back" and "Next" buttons are overlapping each other, what can I do? I have tried setting them as hidden and then visible but it didn't seem to "reset" them. I have also tried removing the page breaks and putting in new ones but it doesn't help.

    Jotform Thread 1281803 Screenshot
  • onur JotForm Developer
    Replied on October 25, 2017 at 2:21 AM

    Could you please try injecting following CSS code to your form;


    .form-pagebreak-back-container {

        margin-left: 0% !important;

    }


    .form-pagebreak-next-container {

        margin-left: 10% !important;

    }


    The following article would help you how to inject custom CSS codes to the forms: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

  • laurenhazay
    Replied on October 25, 2017 at 2:33 AM

    Thank you, I did this and everything is now displaying correctly!