Matrix Field: How to increase width of the text box inputs

  • EloineChap
    Asked on June 8, 2016 at 8:12 PM

    I asked this question earlier today but my question seems to have disappeared so trying again. I would like the fields in the matrix to be wider. How do I do that?

    Jotform Thread 856618 Screenshot
  • Mike
    Replied on June 8, 2016 at 8:30 PM

    It is possible to add the next CSS via form designer to expand the text inputs within Matrix field.

    .form-matrix-values .form-textbox {
    width : 95% !important;
    }

    Matrix Field: How to increase width of the text box inputs Image 1 Screenshot 20

    Thank you.