How to increase the line space between questions in the form?

  • 1dcform
    Asked on June 11, 2020 at 9:03 PM

    I have try the feature on the form settings. But does not work. Do you have something like CSS code? So I can try it. Thanks.



  • Amjad Ali
    Replied on June 11, 2020 at 9:11 PM

    Hi there,

    Please follow up on this useful resource to change the line space between the questions.

    https://www.jotform.com/help/62-How-Can-I-Change-Spacing-Between-Questions

    There are three methods mentioned to change the spacing, please try and let me know if this works for you.

    Best Regards,
    JotForm User!

  • roneet
    Replied on June 11, 2020 at 11:00 PM

    I see one of my colleagues has already replied to you in this support ticket:

    https://www.jotform.com/answers/2384191-

    Please let us know if you need further assistance with this concern of yours on the same ticket.

    Thanks.

  • 1dcform
    Replied on June 12, 2020 at 12:28 AM
    Hi,
    The last question was about the line space inside a paragraph. But my current question is that I wanted to have line space between question #1 and question #2. And the line space between the “Yes” and the “No”. Please see the picture 1 - is the current “jotform” form and pic #2 is the form that I want to crest on JotForm. Thanks.
    [cid:B3035062-A794-4640-9628-844C7A84BC31-L0-001][cid:44101190-62E6-4F8E-9703-6A4C0F42B935-L0-001]
    ...
  • Vick_W Jotform Support
    Replied on June 12, 2020 at 1:22 AM

    Hey there,

    Thanks for writing back to us.

    I'm unable to see the images that you've attached. Please follow the guide below to see how you can attach the screenshot in our support system so we can further assist you.

    https://www.jotform.com/help/438-How-to-Post-Screenshots-to-Our-Support-Forum

    Looking forward to your reply.

    Thanks

  • 1dcform
    Replied on June 12, 2020 at 2:53 AM

    Hi,

    The last question was about the line space inside a paragraph. But my current question is that I wanted to increase line space between question #1 and question #2. And increase the line space between the “Yes” and the “No”. Please see the picture 1 - is the current “jotform” form, and pic #2 is the form that I want to create on JotForm.


    Thanks.


    Pic #1.

    15919445821dc form01 Screenshot 10


    Pic #2

    15919446571dc form02 Screenshot 21

  • Vick_W Jotform Support
    Replied on June 12, 2020 at 5:12 AM

    Hi there,

    Thank you for writing back to us.

    Please use the following CSS code in your form CSS section.

    @media screen and (max-width: 480px), screen and (max-device-width: 767px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape){

        .form-line, .form-line.form-line-column {

            padding : 6% 5%;

            -moz-box-sizing : border-box;

            -webkit-box-sizing : border-box;

            box-sizing : border-box;

        }

        #label_input_15_0 {

            height : 40px;

        }

    }

    Please use following guide to see how you can inject CSS code in your form.

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Looking forward to your response.

    Thanks