Adjusting the distance between rows is not working?

  • smoxley
    Asked on March 4, 2016 at 7:27 PM

    question spacing is set to 1, but it has made no difference in the space between rows of fields.  Am I doing something wrong? 

     

     

    https://www.jotform.com//?formID=60637206473152

  • smoxley
    Replied on March 4, 2016 at 7:41 PM

    https://www.jotform.com//?formID=60626420967156

    Please disregard the first link. Please look at this form and see if u can help me get less space between rows. Thanks

  • Chriistian Jotform Support
    Replied on March 5, 2016 at 1:58 AM

    You can inject this custom CSS to adjust the distance between rows.

    .form-line {
       margin: 5px;
    }

    To inject the CSS, please follow this guide: How to Inject Custom CSS Codes
    If you want to adjust the space, simply change the value of the highlighted text.

    This is how it would look after:

    Adjusting the distance between rows is not working?  Image 1 Screenshot 20

    You can also check out this demo form where I tested the CSS: https://form.jotform.com/60640778654969 

    If you need further assistance, feel free to contact us again.

  • smoxley
    Replied on March 5, 2016 at 6:55 AM

    Excellent.  I believe that worked. Nice work guys.