Space between checkbox options

  • CEOGlobal
    Asked on March 3, 2016 at 6:46 PM

    Hello,  I need more space between the checkbox options in my long form.  I investigated injecting CSS but find that the injection dialogue is already full of code.  I don't know what or where to inject some more 'padding' between the options.  Thanks for your help.  

  • jonathan
    Replied on March 3, 2016 at 10:00 PM

    You can add this CSS code on your jotform https://form.jotform.com/60626977682167 

     

    .form-checkbox-item:not(#foo) {

        padding-bottom: 10px !important;

    }

     

    Space between checkbox options Image 1 Screenshot 20

     

    It should increase the gap vertically between the options.

    Hope this help. Let us know if this did not work.

    Thanks.