Space between header and first field

  • mdarrigo
    Asked on January 28, 2015 at 2:33 AM

    How do I increase the space between my header and the first input field on the top of my form and the space between my input fields?

    Jotform Thread 504935 Screenshot
  • Welvin Support Team Lead
    Replied on January 28, 2015 at 9:04 AM

    Hi,

    If you are using our Header field, you can simply inject the following custom CSS codes to your form to adjust the bottom margin:

    .form-header-group {

    margin-bottom: 10px;

    }

    Here's how you can inject the codes: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. Just adjust the value if you need to. If you have some troubles doing it, let us know the form URL and we'll help you to add it.

    Thanks