How To reduce space between fields

  • mckenziecollege
    Asked on April 5, 2016 at 8:41 AM

    Hello.

     

    I am trying to increase the space between each answer field in a question. The resources I found online only show how to do it in the older preferences panel. The new panel does not include the option to increase spacing between answers.

     

    Please see question 11 in the form: https://form.jotform.com/60952533547965

     

    Please advice.

  • victor
    Replied on April 5, 2016 at 10:09 AM

    To reduce the space between your question only, you may inject the following CSS code:

    #id_15, #id_17, #id_18, #id_19, #id_20,#id_21, #id_22, #id_23, #id_24, #id_25, #id_26, #id_28, #id_29, #id_30 {

        margin-bottom : -20px !important;

    }

     

    How To reduce space between fields Image 1 Screenshot 20

    If you have any question, please let us know. We will be glad to assist.