Adjust the width of the fields in the Configurable List widget?

  • RogerYelvington01
    Asked on April 13, 2015 at 3:50 AM
    5.  I would like to reduce the width of the fields in the configurable list, by 10%
  • Charlie
    Replied on April 13, 2015 at 4:51 AM

    Hi,

    It would depend on what specific fields in the configurable list widget you could like to adjust the width. Here's a guide on how to properly setup and design the Configurable list widget: http://www.jotform.com/help/282-How-to-Set-Up-the-Configurable-List-Widget.

    In your you can add the custom CSS code to adjust the width by declaring the column where the fields are and the type of input field it is. Here's a sample:

    Adjust the width of the fields in the Configurable List widget? Image 1 Screenshot 20

    This is how the custom CSS code will looked like based from the screenshot above:

    td.col1 input[type="text"] {

    width: 120px !important;

    }

    You can change the value of the width depending on how long the fields in that column will be.

    I hope this helps.

    Kind regards.