Increase the text of a list item in Configurable List widget

  • techservices_dtlk
    Asked on March 7, 2018 at 10:20 AM

    Hi, I would like to know how to increase the size of the text area in the configurable list widget. I've attached screenshots showing what I'm looking for.

    Jotform Thread 1407647 Screenshot
  • Jan
    Replied on March 7, 2018 at 11:38 AM

    Please try injecting this custom CSS code inside the widget:

    .col1 input[type=text] {
    width: 280px !important;
    }

    In the Form Builder, click the "Configurabe List widget" and then click the "Widget Settings" button. Go to "Custom CSS" tab, paste the code and then click the "Update Widget" button.

    152044045103 08 ifv5l Screenshot 10

    Here's the result:

    152044047103 08 0s0wq Screenshot 21

    Related guide: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets

    Hope that helps. Thank you.

  • techservices_dtlk
    Replied on March 7, 2018 at 1:19 PM

    Thank you! That was perfect.