More Space Between The Question And The Answer Field

  • GreatPoint
    Asked on January 24, 2017 at 11:09 AM

    The space between the question text and the answer options is not consistent.  I would like to have a bit of space between the two - consistent throughout the form.   Thanks for any help you can provide.

  • BJoanna
    Replied on January 24, 2017 at 1:03 PM

    If I understood you correctly you want to increase spacing between field labels and input fields like this. 

    More Space Between The Question And The Answer Field Image 1 Screenshot 20

    To achieve this add this CSS code to your form:

    .form-label {

        padding-bottom : 10px!important;

    }

    How to Inject Custom CSS Codes

    Here is my demo form: https://form.jotform.com/70235273465960 

    Feel free to clone it.

    Hope this will help. Let us know if you need further assistance. 

  • GreatPoint
    Replied on January 25, 2017 at 1:47 PM

    Perfect!  Thanks so much for your help.  I was able to format the form just as I wanted.

    I really appreciate the quick response!  

  • BJoanna
    Replied on January 25, 2017 at 1:55 PM

    You're welcome. 

    Feel free to contact us if you have any other questions or issues.