Matrix: Make the columns wider

  • ACMG
    Asked on October 11, 2017 at 9:52 AM

    Is it any way to make the columns wider in the table where workgroup members are located? I have provide the url

  • Chriistian Jotform Support
    Replied on October 11, 2017 at 11:17 AM

    You can inject the following custom CSS code to your form to adjust the width of the table. 

    .form-matrix-table {

       width:100%;

    }

    table.form-matrix-table th:first-child {

        width: 25%;

    }

    To inject custom CSS Code in your form, just follow the instructions provided in this article: How to Inject Custom CSS Codes. Once you have injected the custom CSS code to your form, the table will look like this:

    15077350122017 10 11 2314 Screenshot 10