How Do I Edit the Width of the Columns in a Matrix Table?

  • carol_hudson
    Asked on January 10, 2016 at 7:54 PM
  • mert JotForm UI Developer
    Replied on January 11, 2016 at 4:45 AM

    Hi there,

    By injecting some custom CSS code to your form, you can easily increase the width of the columns on the "Matrix Table" field. Below, you will see the necessary code. On the red marked area, you can adjust the width of the columns by changing the "px" value.

     

    th, .form-textbox{

    width:100px;

    }

     

    Please, try this method and let us know the results.

    Thanks.