Is there a way to increase space between the fields in Configurable List Widget?
-
csnowAsked on July 24, 2017 at 01: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.
-
KevinAnswered on July 24, 2017 at 03:21 PMJotform Support
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.
-
csnowAnswered on July 24, 2017 at 06:14 PM
Worked beautifully! Thanks!