Reducing the top padding of the form

  • drschafran
    Asked on April 28, 2015 at 11:12 AM
    Also, I would like to reduce the top margin in the form.
  • Jan
    Replied on April 28, 2015 at 11:26 AM

    Hi there,

    You need to override the 90px padding vertically (top and bottom) by using the !important rule.

    .jotform-form { padding: 30px 0 !important; }

    Here's a guide on how to inject custom CSS. Take note that you can change the value of the padding depending on how big you want it to be. This will adjust the top and bottom padding.

    Hope this works. Thank you.