Display next and back buttons on the same line

  • stevenll
    Asked on March 15, 2018 at 5:57 PM

    Why are my buttons showing up like this?

    My button shows up normal, and then automatically (within seconds) the text within the button transforms from one line to two lines. 

    On the internal form pages, the back and continue button, show up on two rows instead of one. 

    I thought I could fix with this CSS: https://www.jotform.com/answers/734349-How-do-I-center-the-Next-and-Back-Buttons-on-a-Page-Break

    But that didn't fix it. 

    Can you look at my form and help? My form is here: https://form.jotform.com/80716900396157

     

    Jotform Thread 1416754 Screenshot
  • Mike
    Replied on March 15, 2018 at 7:42 PM

    Please try the next CSS:

    .form-pagebreak-back-container {
    float: left !important;
    width: auto !important;
    }
    .form-pagebreak-next-container {
    float: right !important;
    width: auto !important;
    }

    Display next and back buttons on the same line Image 1 Screenshot 20

    If you need any further assistance, please let us know.

  • stevenll
    Replied on March 16, 2018 at 3:20 PM

    That worked! Thanks! You Rock!