Change the length of the input field in Configurable list

  • orved2000
    Asked on May 25, 2020 at 6:12 AM

    Good morning!

    I'm a very basic user, I need to set custom lenght of text field in Configurable list widget.

    I know that it's possible with CSS code, but for me the code is something esoteric!

    I hope in your help...

  • Bojan Support Team Lead
    Replied on May 25, 2020 at 8:17 AM

    Greetings and thank you for your message.

    Can you please confirm, you wish to set a character limit for the Configurable table input?

    Unfortunately, this is not possible when using a Configurable list, not even with CSS.

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

    input[type="text"] {
      width: 150px;
    }

    Change the length of the input field in Configurable list Image 1 Screenshot 20

    You can always change the value of 150 and customize the width to your liking.

    If this does not work for you, please send us the form URL you wish to modify and let us know what field specifically you wish to modify and how much.

    Thank you for your cooperation.