Reduce the space between questions

  • niconi
    Asked on June 29, 2016 at 12:30 PM

    I want to put a lot of fields in one single page (no scroll needed)

    Is it possible to reduce space between two fields or the size of the box of a field ?

     

    Jotform Thread 871971 Screenshot
  • Nik_C
    Replied on June 29, 2016 at 1:38 PM

    You can inject the following custom CSS code:

    .form-line{

        padding: 0px 36px !important;

    }

    To inject the custom CSS please follow this guide:

    Reduce the space between questions Image 1 Screenshot 20

    Let us know if this worked for you.