how can i adjust further adjust height spacing between rows of fields.

  • viskar
    Asked on December 1, 2015 at 3:38 AM

    I notice after create the form, to much of space between rows. How can we reduce this ?

    Jotform Thread 714927 Screenshot
  • Sammy
    Replied on December 1, 2015 at 6:40 AM

    You can reduce the spacing by applying the following CSS to your form via the CSS tab in the designer.

    .form-html hr {
        margin-top : -5px;
        margin-bottom : -40px;
    }

    how can i adjust further adjust height spacing between rows of fields Screenshot 30

    how can i adjust further adjust height spacing between rows of fields Screenshot 41

     

     

  • viskar
    Replied on December 4, 2015 at 4:49 AM

    Really Helps, Thank you so much.