Adjusting the bottom margin or padding of the form so the submit button will go up a bit

  • Dannilee
    Asked on June 27, 2015 at 10:11 PM

    I am having another spacing issue with the form below. Again the sites not live so I just did a uick upload.

    http://www.lm-lakeland-design.co.uk/JotForm/index.html

    http://form.jotformeu.com/form/50904497247361

    The issue is the submit buttton is overhanging the border, is it possible to set a height?

  • Welvin Support Team Lead
    Replied on June 27, 2015 at 10:19 PM

    You have to find the following custom CSS codes in the form:

    .jotform-form {

      padding: 0px !important;

    }

    And replace it with the following custom CSS codes:

    .jotform-form {

      padding-top: 0 !important;

      padding-bottom: 35px !important;

    }

    You can always adjust the bottom padding value. 

    Let us know if you need further assistance.

    Thanks

  • tps01930
    Replied on December 30, 2015 at 10:01 AM

    This worked for me. Thanks!