Modify top and bottom margins of the form

  • sirrocoh
    Asked on February 26, 2015 at 3:34 AM

    Hi. I'm working on the form http://form.jotform.us/form/43624310701139?

     

    How can I remove or adjust top and bottom margins?

  • Charlie
    Replied on February 26, 2015 at 10:39 AM

    Hi,

    You can adjust the top and bottom space of your form by adding this custom CSS code:

    .jotform-form {

        padding: 0px !important;

    }

    Inside the Form Designer, add the custom code under the CSS tab.

    Modify top and bottom margins of the form Image 1 Screenshot 20

     

    You could adjust the padding size to more than "0" to add some space at the top and bottom of the form.

    Do let us know if this works.

    Thank you.