Can I also get help on reducing the vertical spacing above each heading?

  • woolalaa
    Asked on October 9, 2014 at 12:36 PM
    Can I also get help on reducing the vertical spacing above each heading? I have been trying different css codes but couldn't get it.
  • Welvin Support Team Lead
    Replied on October 9, 2014 at 12:39 PM

    Hi,

    To reduce the bottom spacing of the header, simply inject the following custom CSS codes to your form:

    .form-header-group {

    margin-bottom: -15px !important;

    }

    You can change the value if you need to. Follow this guide to injecting the custom CSS codes: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    For the overall vertical spacing, you can adjust it from the form settings: http://www.jotform.com/help/156-How-to-Reduce-Vertical-Spacing-between-Fields

    Thank you!

  • woolalaa
    Replied on October 9, 2014 at 1:14 PM

    Hi Welvin, thank you!