How to adjust the Top and Bottom padding of the form

  • lourdeshealth
    Asked on March 17, 2015 at 2:01 PM
    and there's also quite a bit of space on the top and bottom of some of them. What is causing this and how can it be fixed?
  • Welvin Support Team Lead
    Replied on March 17, 2015 at 2:08 PM

    Hi,

    For the top and bottom padding of the form, just simply inject the following custom CSS codes:

    .jotform-form {

      padding-bottom: 10px;

      padding-top: 10px;

    }

    The padding is added by the form designer by default, but you can always adjust it using these codes. Adjust the value until you'll get the desired spacing.

    The same guide on how to inject the codes: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    Thank you!