How to add space between rows of configurable list widget?

  • lcreamer
    Asked on July 21, 2017 at 12:36 PM

    When you select "add additional treatments" on page 6 the next set of fields is too close to the first set. It makes it hard to read and fill out. I just want a little page break in between each set of treatment information fields. Help!

    Jotform Thread 1205149 Screenshot
  • Ashwin JotForm Support
    Replied on July 21, 2017 at 3:07 PM

    Hello lcreamer,

    Please inject the following custom css code in your "Configurable List" widget and that should solve your problem:

    td.col1, td.col2, td.col3, td.col4, td.col5, td.col6 {

        padding-bottom: 15px !important;

    }

    The following guide should help you how to inject custom css code in widget:  https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!