Configurable list: How to make text input fields wider?

  • amigosdeesperanza
    Asked on February 4, 2021 at 4:22 PM

    Dear friends,

    please help me make the text boxes larges in this config list. Especially, i would like more horizontal room in the text boxes https://www.jotform.com/build/210345467458056.


    Thank you so very much, as always!

  • Laura JotForm Support
    Replied on February 4, 2021 at 8:18 PM

    Hi there,

    Could you try inserting the following CSS code to the widget's custom CSS field?

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

    You can adjust the width numbers to your liking.
    It should make the field look something like this:

    1612487820 601c9c8cb440d configlist Screenshot 10


    If this would not be the result you were looking for, please let us know and we are happy to help you!

    Best Regards,

  • amigosdeesperanza
    Replied on February 5, 2021 at 2:11 PM
    Thank you so much
    El jue, 4 de feb. de 2021 a la(s) 20:18, JotForm (noreply@jotform.com)
    escribió:
    ...