How to increase the width of some of the text input boxes individually in the configurable list?

  • Clintluna
    Asked on September 23, 2018 at 5:56 AM
    Secondly, I'd like to increase the width of some of the text input boxes individually in the configurable list, but not all of them globally.
  • Victoria_K
    Replied on September 23, 2018 at 6:16 AM

    The width of text fields is set on the Configurable List of your form to 80px:

    1537697341The Easiest Online Form Builde Screenshot 10

    You can add css code to set different width for specific elements. For example, to increase the width for 4th text field, use the following:

     

    .col4 > input {width: 150px !important;}

    If you need more help, please provide us more requirements on which fields you want to style.

  • Clintluna
    Replied on September 26, 2018 at 3:10 PM

    @Victoria_K You're always such a great help, thank you!!