Once I publish my form my 'back' and 'next' buttons overlap, is there anything I can do?

  • awcdesk
    Asked on April 9, 2019 at 6:29 PM
  • zuritapia
    Replied on April 9, 2019 at 7:43 PM

    Hi @awcdesk,

    In order to fix this can you enter this CSS code to your form: 

    .form-all .form-pagebreak-next {

        font-size : 1em;

        padding : 9px 15px;

        font-family : "Muli", sans-serif;

        font-size : 15px;

        font-weight : normal;

        margin-left : 50px;

        }

    The form should now look like this:

    1554853310Screen Shot 2019 04 09 at 4 Screenshot 10

    I have also cloned the form in case you want to clone the one I created.

    https://www.jotform.com/build/90987367215973 

    Please let us know if this does not fix the issue. Have a great day! 

  • awcdesk
    Replied on April 10, 2019 at 6:16 PM

    I tried this and it worked! Thank you so much for your help and your fast reply.