How to widen the column in the Input Table field?

  • razana
    Asked on February 21, 2018 at 3:05 PM

    i only have 1 row and 1 column, how to widen the column? tQ

  • Welvin Support Team Lead
    Replied on February 21, 2018 at 4:04 PM

    What is the form in question? Can you confirm if this is it http://www.jotform.me/form/80381691374461? If yes, what field? I presumed #6. If this is correct, you need to inject the following custom CSS codes:

    #id_59 .form-textbox {

        width: 500px;

    }

    Just adjust the width value to your preferred size. 

    Guide to inject: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes