How to Increase the Space Between "Question" and the Input Fields?

  • Anista_01
    Asked on February 10, 2016 at 10:51 AM
    could please show me
    how to increase the space between the "Question" and the input fields, eg
    options... see my screen shot below.
    [image: Inline images 1]
  • mert JotForm UI Developer
    Replied on February 10, 2016 at 11:03 AM

    Hi there,

    By injecting some custom CSS to your form, you can easily made this adjustment on your form. Below, you will find the necessary CSS. On the red marked area, you can adjust the space between "Question" and inputs.

     

    form-input-wide, .form-input {

    padding-top: 20px;

    }

     

    Please, check the results from the image below:

    How to Increase the Space Between Question and the Input Fields? Image 1 Screenshot 20

     

    Please, try this one and let us know the results.

    Thanks.