How do I make the form a lot smaller?

  • ranger274
    Asked on December 30, 2016 at 3:20 PM

    I would like to make the form smaller.  Too much space between fields.

  • liyam
    Replied on December 30, 2016 at 9:10 PM

    Hello ranger274,

    You can insert this CSS code into your form in order to lessen the spaces in between fields:

    .form-line {
       padding-top: 0;
       padding-bottom: 0;
       margin-top: 0 !important;
       margin-bottom: 0 !important;
    }

    You can follow the steps from this guide in order to inject the CSS code above into your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Next, I would suggest to put your checkbox items in two columns:

    How do I make the form a lot smaller? Image 1 Screenshot 20

    For the radio button fields I would suggest the same in order to reduce more space.

    If the result of this is not enough, please let us know.

    Thanks.