How to increase "Texbox" field size using CSS?

  • vim00010
    Asked on February 16, 2018 at 10:51 AM

    Hi


    I am trying to get the text box in configurable list on my form to be much wider, but i cant get it working


    please help

    Jotform Thread 1386963 Screenshot
  • TREVON
    Replied on February 16, 2018 at 12:54 PM

    apologies for the challenges you are facing. Kindly try injecting the following CSS to your configurable widget.

    .col2 input[name="input"] {

             width:250px !important

     }

    The above code should increase the Textbook field width.

    Below is related guide:

    https://www.jotform.com/help/282-How-to-Set-Up-the-Configurable-List-Widget

    Kindly do let us know if you need further assistance.