Configurable List widget: how to increase the padding between fields.

  • brca6255
    Asked on March 2, 2018 at 12:01 PM

    if you can see in the screenshot i uploaded im trying to get more horizontal space between the dropdowns like the radio buttons. can you advice to which css code to use i tried all i know

    Jotform Thread 1403047 Screenshot
  • David JotForm Support Manager
    Replied on March 2, 2018 at 1:29 PM

    Please try adding the following code to increase the padding between those fields:

    th {

        padding-right: 5px !important;

    }

    This guide will show you how to inject custom CSS code inside widget: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets