How can I reduce the vertical space of the fields in my form?

  • michiwelo
    Asked on February 2, 2015 at 2:32 PM

    Hallo ich mochte einen kleinen Zeilenabstand haben wie mache ich das?

     

    Gruß Michael

    Jotform Thread 508261 Screenshot
  • raul
    Replied on February 2, 2015 at 3:37 PM

    If I understand correctly you want to reduce the vertical space between the fields of your form, is that correct?

    If so, please inject the following CSS code to your form:

    .form-line {
      margin-top : 0;
      margin-bottom : 0;
    }

    You can see the result here: http://form.jotformpro.com/form/50325861008954

    How can I reduce the vertical space of the fields in my form? Image 1 Screenshot 20

    Please check it out and let us know if this is what you want to accomplish.
    Thank you.

  • michiwelo
    Replied on February 2, 2015 at 11:54 PM

    Nein ist immer noch zu Groß.

    ich möchte das es so ist.

    1

    2

    3

    und nicht so

    1

     

    2

     

    3

    Gruß Michael

  • Ashwin JotForm Support
    Replied on February 3, 2015 at 9:34 AM

    Hello michiwelo,

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

    .form-label {

    height: 10px !important;

    }

    .form-line {

    padding: 3px 36px !important;

    }

    The following guide should help you on how to inject custom css code:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you need any other changes.

    Thank you!