How to change top and bottom padding in Form?

  • misgood
    Asked on June 3, 2015 at 4:32 PM
    Also, how might I remove the top & bottom padding built directly into the form?
  • Charlie
    Replied on June 3, 2015 at 4:46 PM

    To change it, you can try using this custom CSS code:

    .jotform-form {

        padding-top: 0px !important;

        padding-bottom: 0px !important;

    }

    Add it under the CSS tab.

    How to change top and bottom padding in Form? Image 1 Screenshot 20

     

    You can adjust the padding value depending on your preference.

    I hope that helps.