How do I widen the input fields of a table?

  • ksulliva
    Asked on April 5, 2017 at 3:55 PM

    I would like to have a table on one of my forms but I cannot seem to expand the size of the table to where you can enter more than 7 characters before you cant read the full text. Is there a way to expand the imput section of the tables.

     

     

     

    Best,

    Kay

  • AIDAN
    Replied on April 5, 2017 at 5:46 PM

    Please inject this custom CSS code into your form:

    .form-textbox {

    width: 130px;

    }

    I noticed that you're already familiar with injecting custom CSS code into your form, but for completeness here is our guide on how to do so: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I have also created a corrected form in case you would like to clone ithttps://form.jotformpro.com/70947151061957

    I hope this helps. If you need further assistance please let us know. Thank you.