How do I change the width of a text box using the configurable list widget

  • lbethel
    Asked on September 7, 2016 at 8:30 PM

    I looked at all the examples for CSS but couldn't figure it out

     

  • Elton Support Team Lead
    Replied on September 7, 2016 at 11:23 PM

    You can use the following CSS codes and inject it within the widget CSS tab.

    input[type=text] {

        width: 100px;

    }

    You can play around with its value. This applies to all the text box on the particular widget.

    Example:

    How do I change the width of a text box using the configurable list widget Image 1 Screenshot 20