How can I decrease the amount of space that is showing up between my check box lines?

  • learningmindsets
    Asked on August 13, 2015 at 5:06 AM

    I attach a screen shot--presently there is about a half inch appearing between the lines--could use half of that to make good use of my form space. Thanks, Tim

    Jotform Thread 637299 Screenshot
  • Sammy
    Replied on August 13, 2015 at 6:27 AM

    Try injecting the following CSS using the designer tool

    .form-product-item {
       margin-top:0px;
       padding:0px;
    }

    How can I decrease the amount of space that is showing up between my check box lines? Image 1 Screenshot 30

    How can I decrease the amount of space that is showing up between my check box lines? Image 2 Screenshot 41