How do I delete the blank spaces between questions ?

  • lhenry17
    Asked on February 22, 2017 at 10:17 AM
  • John_Benson
    Replied on February 22, 2017 at 1:14 PM

    If you're referring to the spaces between each questions, that is possible by inserting custom CSS code. See the image below if that's what you're referring to:

    How do I delete the blank spaces between questions ? Image 1 Screenshot 30

    If yes, please inject this custom CSS code:

    .form-line { 

        padding-bottom: 0px !important;

        padding-top: 0px !important;

    Here's a guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Result:

    How do I delete the blank spaces between questions ? Image 2 Screenshot 41

    Let us know if you have any question or need further assistance. Thank you.