How to change the Configurable List widget size?

  • ihammond
    Asked on September 22, 2017 at 4:30 PM

    Hi

    I am having a hard time adjusting this list size, the CSS code that was in there does not seem to make the adjustments I expect.

    Thanks

  • David JotForm Support Manager
    Replied on September 22, 2017 at 6:22 PM

    This is how your Configurable List looks like:

    How to change the Configurable List widget size? Image 1 Screenshot 30

    If you want to add more space between columns, please inject this code: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets 

    .col4{

        min-width: 115px;

    }

    td {

        padding-right: 4px;

        padding-left: 4px

    }

    Result:

    How to change the Configurable List widget size? Image 2 Screenshot 41

    Let us know if you need more help.