How To Move My Form Fields Closer Together? Tried "vertical padding", did not work.

  • JKulp42757
    Asked on May 28, 2016 at 10:24 AM

    I am trying to move my form fields closer together. There is too much vertical spacing between them right now.

    I tried using the "line layout" - "vertical padding" option in the designer, however this did not work. I suspect that it is being overwritten by some existing code.

    Here is my form:

    https://form.jotform.com/61467327577971

     

  • victor
    Replied on May 28, 2016 at 11:01 AM

    I have just reviewed your form and noticed that the fields are already pretty close to each other vertically.

    How To Move My Form Fields Closer Together? Tried vertical padding, did not work Screenshot 20

    If you need it closer, let us know and we will be glad to help.

  • JKulp42757
    Replied on May 28, 2016 at 1:30 PM

    They look that way in the preview, but when I insert the code on the live site, it does not look that way (see image). Thanks.

    .How To Move My Form Fields Closer Together? Tried vertical padding, did not work Screenshot 20

  • Nik_C
    Replied on May 28, 2016 at 4:07 PM

    Could you please provide us with a link of your website where you embedded your form so we can check further.

    In the meantime, please try following:

    1. Go to Designer:

    How To Move My Form Fields Closer Together? Tried vertical padding, did not work Screenshot 30

    2. And please try to turn on Make this form responsive:

    How To Move My Form Fields Closer Together? Tried vertical padding, did not work Screenshot 41

    Please let me know if that helps.

    Thank you!

     

  • JKulp42757
    Replied on May 29, 2016 at 9:47 AM

    I made the "make mobile responsive" edit as you requested, however no change to the spacing between the fields.

     

    The form can be seen here: http://goo.gl/2ibTGz

    Thanks

  • Ashwin JotForm Support
    Replied on May 29, 2016 at 10:31 AM

    Hello JKulp42757,

    You seems to have question label in form which is in same font color as the form background color. That is the reason why it is currently not appearing on form but occupying the space. Please check the screenshot below:

    How To Move My Form Fields Closer Together? Tried vertical padding, did not work Screenshot 30

    Please inject the following custom css code in form to hide the question label and that should solve your problem:

    .form-label.form-label-auto {

        display: none !important;

    } 

    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 

    Once this custom css code in injected, your form will appear as displayed in the screenshot below:

    How To Move My Form Fields Closer Together? Tried vertical padding, did not work Screenshot 41

     

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!

  • JKulp42757
    Replied on June 1, 2016 at 4:25 PM

    Awesome, that worked! Thanks!