How do I add space between the field label and the first option in checkbox question?

  • pardop1
    Asked on July 18, 2016 at 1:16 AM

    i also would like more spacing in between each field. The form i am working on is https://form.jotform.com/61965885630973.

     

    thanks,

     

    Pam

  • Ashwin JotForm Support
    Replied on July 18, 2016 at 4:33 AM

    Hello Pam,

    If you want to add more space for every field and its label, please inject the following custom css code in your form and that should solve your problem:

    .form-input-wide {

        margin-top: 18px;

    }

     

    If you just want to add space in your checkbox question of your form, please inject following custom css code:

    #cid_12 {

        margin-top: 18px;

    }

    The following guide should help you how to inject custom css code in form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!