hi, how can I reduce the spacing between fields?

  • alexawilliams17
    Asked on October 21, 2020 at 6:47 PM
    Jotform Thread 2647879 Screenshot
  • Vick_W Jotform Support
    Replied on October 21, 2020 at 11:58 PM

    Hi there,

    I'm looking into this for you and will get back to you shortly.

    Thanks.

  • Vick_W Jotform Support
    Replied on October 22, 2020 at 12:09 AM

    Hi there,

    Please inject the following CSS in your form.

    .form-html p {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .form-line {
        padding: 0px 0px !important;
    }

    Here is how you can inject CSS into your form.

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you need further assistance.

    Thanks.

  • alexawilliams17
    Replied on October 22, 2020 at 9:50 AM

    I. want to reduce the space between delivery details and the field below it


  • KrisLei Jotform Support
    Replied on October 22, 2020 at 2:03 PM

    Hi,

    The space below the 'Delivery Details' field is caused by the margin of the Paragraph field. Please try to add these CSS codes on the form:

    #id_10 {

      margin-bottom : -50px!important;

    }

    For reference: how-to-inject-custom-css-codes

    Here's the result:

    1603389575 5f91c887a6074 Screenshot 1023 Screenshot 10

    I hope this helps. Let us know if you need further assistance.