how to increase the text box in table input element?

  • infolab
    Asked on March 21, 2018 at 5:41 AM

    i need to enlarge text field width into table input cells.

    is it possible with custom css?how to?

    Jotform Thread 1421304 Screenshot
  • Jed_C
    Replied on March 21, 2018 at 7:57 AM

    Kindly inject the CSS code below to increase the width of the input field. You can replace the % to px. Ex. 100px.

    .form-matrix-values .form-textbox {

        width: 100%;

    }

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

    Let us know if you have any questions or if you need further assistance.