Back and Next buttons

  • GICS
    Asked on June 11, 2015 at 8:21 AM

    I have designed a form in Google Chrome (included below).

    When I run the form in IE 10, the Next button sits half on top of the back button.

    Do you have a fix for this?

    Thanks.

    Peter

     

    Jotform Thread 586509 Screenshot
  • GICS
    Replied on June 11, 2015 at 8:28 AM

    Fixed.

    My apologies, I should have looked harder at the forum answers.

    Added this to CSS code..

     .form-pagebreak-back-container {

    min-width: 125px;
    }

    and all fixed.