I need to expand the text box in my matrix question

  • wisewithin
    Asked on January 18, 2017 at 3:41 PM

    The Matrix is 500px but the text box isn't. How do I expand the text box to fit a longer answer? It's the question that has to do with the three takeaways. Help!

     

    Thanks,

    Anette

    562-533-4844

  • Mike_G JotForm Support
    Replied on January 18, 2017 at 5:37 PM

    Are referring to the Matrix field shown in the image below that is in your form.

    I  need to expand the text box in my matrix question Image 1 Screenshot 20

    If that is correct, you can increase the width of the input fields in the matrix field by injecting the CSS codes below to your form.

    li#id_46 .form-matrix-values input {

        width: 500px !important;

    }