Form Buttons throwing off footer

  • WebServ
    Asked on July 29, 2015 at 5:07 PM

    If I add another button to my form, the footer gets out of messed up.  Any suggestions? 

     

     

    Form Buttons throwing off footer Image 1 Screenshot 20

  • David JotForm Support Manager
    Replied on July 29, 2015 at 7:08 PM

    Please inject the following CSS code as explained on this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-pagebreak {

        margin-left: 0px !important;

        margin-right: 0px !important;

    }

    This will solve the problem:

    Form Buttons throwing off footer Image 1 Screenshot 20

    Let us know if you need more help, we will be glad to assist you.