How can I adjust the width between fields on my form?

  • PureZen
    Asked on April 24, 2014 at 1:19 PM

    I just uploaded my Jotform in place of an old form. It has the same fields as before but is now taking up more space causing some other formatting alligned wrong. I want to make the spaces between the form fields smaller so that I can make it all align correctly.

  • PureZen
    Replied on April 24, 2014 at 1:36 PM

    http://www.jotform.com/help/62-How-Can-I-Change-Spacing-Between-Questions

  • Carina
    Replied on April 24, 2014 at 2:43 PM

    Please inject the following css code

    .form-line {

    padding-bottom: 0px;

    padding-top: 0px;

    marign-top:0px;

    margin-bottom:0px;}

    .form-label-left {

    padding-bottom: 0px;

    padding-top: 0px;

    }

    .form-label-top, .form-label-left, .form-label-right {

    margin-bottom: 4px;

     

    }

     

    You can check the final result here. You can reduce more the green highlighted value.

    Let us know if we can be of more assistance.