How can I adjust the default spacing between each elements?

  • turihaim
    Asked on April 7, 2019 at 5:45 PM

    When I add a few elements sequentially, they seem to have an excessive amount of spacing between them and I can't seem to put them within a close proximity of each other. Please advise. Thanks!

    Jotform Thread 1785270 Screenshot
  • jherwin
    Replied on April 7, 2019 at 6:41 PM

    Please inject this custom CSS and see if that achieve your requirement:

    li#id_197 {
        margin-top : -50px!important;
    }
    li#id_198 {
        margin-top : -50px!important;
    }
    .form-line.form-line-column.form-col-3 {
        margin-top : -40px!important;
    }

    Guide: 
    1.) Go to form designer
    2.) Click the CSS and then save changes.
    1554676951formdesigner Screenshot 10

    Please give it a try and let us know how it goes.