Input Table: How do I increase my text field width on a table question?

  • brandxtshirts
    Asked on June 27, 2017 at 4:40 PM

    I want to make the text entry boxes wider in the table. See screenshot

    Jotform Thread 1185336 Screenshot
  • Mike
    Replied on June 27, 2017 at 6:40 PM

    You may try adding the next CSS to the form to increase the inputs width within Input Table.

    .form-matrix-values .form-textbox {
    width: 96%;
    }
    /* Mobile View */
    @media only screen and (max-device-width: 550px) {
    .form-matrix-row-headers {
    width: inherit !important;
    }
    }

    Input Table: How do I increase my text field width on a table question? Image 1 Screenshot 20

    If you need any further assistance, please let us know.