Reduce space between Items

  • kmankuan
    Asked on September 4, 2017 at 10:16 PM

    Hello, what should I do to reduce the space between Item?

    Reduce space between Items Image 1 Screenshot 20

  • Kevin Support Team Lead
    Replied on September 4, 2017 at 10:43 PM

    Please, inject the following CSS code in order to reduce the space: 

    .form-line{

        padding-bottom: 0px;

        padding-top: 0px;

        margin-top: -35px;

    }

    This guide will help you injecting the code: 

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

    Here is a sample form where you can see the result of the provided code: https://form.jotformpro.com/72468845015966 

    I hope this helps.