Can I increase the height of a text box in the matrix form?

  • cdopke
    Asked on June 19, 2014 at 4:51 PM

    Thank you for your response to increasing the width of text boxes using CSS code. Can I also increase the text box height to about 5 lines?

    Jotform Thread 393979 Screenshot
  • jonathan
    Replied on June 19, 2014 at 5:02 PM

    Hi,

    Yes you can. Similar to the method you did on the width using injected CSS code, you can do on the textbox height.

    Example, you can use CSS code like this

    .form-matrix-values .form-textbox {

    width: 200px;

    height: 50px;

    }

    to increase heigth to 50px.

    Can I increase the height of a text box in the matrix form? Image 1 Screenshot 20

     

    Hope this help. Inform us if you need further assistance.

    Thanks!