Is there a way to increase space between the fields in Configurable List Widget?

  • csnow
    Asked on July 24, 2017 at 1:28 PM

    I have created a form using the Configurable List Widget and would like to increase the space between the fields so it looks better.

  • Kevin Support Team Lead
    Replied on July 24, 2017 at 3:21 PM

    You could increase the space between the elements in the widget by injecting the following CSS code: 

    #list td {

        padding-right: 10px;

    }

    This guide will help you injecting the code to the widget: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets 

    I hope this helps. 

  • csnow
    Replied on July 24, 2017 at 6:14 PM

    Worked beautifully!  Thanks!