How to change the width of the fields in configurable list

  • EBSDN
    Asked on January 1, 2022 at 4:03 AM

    How to change the width of the fields in configurable list. The Field ACT No. is only a number from 1 to 1000, same as the section Number but Section Name Would need to be a lot wider as i need to print these off.

  • Saeed Support Team Lead
    Replied on January 1, 2022 at 4:40 AM

    Hi there, Thanks for reaching out to support.

    If you wish to increase the width of the text input fields, please add the following CSS to the widget:

    input[type="text"] {

     width: 180px;

     height: 30px

    }

    1641029828 61d020c4f08cc  Screenshot 10

    You can always change the value of width & height and customize it to your liking.

    Complete guide 👉 How to Inject CSS Codes to Widgets

    If this doesn't help, we are waiting for you on our forum, so just let us know. Thanks!