How could I make the space between fields looks shorter?

  • RosineTC
    Asked on July 1, 2015 at 1:28 PM

     My last question could I make the space between my different field looks shorter? I tried to use the fields reducer but the space between my different blocks remain the same. 

    For exemple, I would like to reduce the space between the quantity selector and my text How could I make the space between fields looks shorter? Image 1 Screenshot 20

  • Welvin Support Team Lead
    Replied on July 1, 2015 at 1:36 PM

    Your form is just too wide. Do you need it to be that wider? If not, you can adjust the widget to make fields close to each other:

    http://www.jotform.com/help/35-The-Importance-of-Form-Widths

    If yes, then you can inject the following custom CSS codes to your form to reduce the space between the fields:

    .form-line-column.form-col-2, .form-line-column.form-col-3 {

      margin-left: -80px !important;

      position: relative;

    }

    Again, add the custom CSS codes at the bottom of the existing codes  in the form.

    Please do not hesitate to get back to us if you need further assistance.

    Thanks