How can I adjust the width of the textbox within the Input Table?

  • jonanwong
    Asked on September 29, 2017 at 6:46 AM
    Can I lengthen the cell field within a table? My users kept complaining that the field within the cell, whilst limitless, is hard for checking as they can't read it at a glance.
  • Support_Management Jotform Support
    Replied on September 29, 2017 at 6:51 AM

    Is this the form you're currently working on?

    https://www.jotform.com/72698465618473

    To adjust the width of the Textboxes within the Input Table, inject the following CSS Codes:

    .form-matrix-values input {

        width: 90%;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes

    Result:

    How can I adjust the width of the textbox within the Input Table? Image 1 Screenshot 20