How do I chage Text field width in a table?

  • orange1
    Asked on March 31, 2020 at 7:19 PM

    Great  product guys,!


    Im having issues with setting the column width of a text field in a table.?


    any  suggestions?


    pr

    Jotform Thread 2235780 Screenshot
  • roneet
    Replied on March 31, 2020 at 9:48 PM

    I believe you are referring to this Form:

    https://www.jotform.com/form/200607319893055

    Are you referring to increase the width of the textbox in the Input table?

    How do I chage Text field width in a table? Image 10

    We can inject CSS to increase the width if you let us know specifically for which table you want to increase the width of the text in the Input table.

    Looking forward to your response.

    Thanks.

  • orange1
    Replied on March 31, 2020 at 9:57 PM

    Thanks,


    We are developers,  what is the CSS code that needs to be inserted, can you provide  a sample,  we can apply to whole form.


    thanks


    PR

  • roneet
    Replied on March 31, 2020 at 11:02 PM

    Please inject this code to increase the width of all the textbox inside the Input table element:

    .form-textbox{
      width: 200px !important;
    }

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

    Thanks.