How can I increase the space between the header and a field?

  • aks21806
    Asked on January 21, 2018 at 4:30 AM
    Secondly, how do I increase the spacing between where the 'Contact Us' banner ends and the first text field 'Please choose what you are contacting us about (or don't by choosing 'General Inquiry').
  • Support_Management Jotform Support
    Replied on January 21, 2018 at 5:19 AM

    You can do this by inserting the following CSS codes to your form builder:

    .form-header-group {

        margin-bottom: 40px !important;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes 

    BEFORE:

    How can I increase the space between the header and a field? Image 1 Screenshot 30

    AFTER:

    How can I increase the space between the header and a field? Image 2 Screenshot 41

    Feel free to further adjust the margin value (in px) upon your discretion.