How to make headers of matrix to bold and fixed width?

  • zubeida
    Asked on August 5, 2015 at 9:08 AM

    Hi,

    Would like to know what should I do to bold the first row in all my matrix tables (the part highlighted in yellow)? 

    Also, would like to ask if it is possible to increase the font for the same row (highlighted parts) while still maintaining equal gaps/distance between all choices (from strongly disagree to strongly agree).

    Thank you.

    Jotform Thread 629417 Screenshot
  • Kiran Support Team Lead
    Replied on August 5, 2015 at 11:58 AM

    It seems that you have already provided the font size for the column headers of matrix.

    How to make headers of matrix to bold and fixed width? Image 1 Screenshot 20

    If you want to increase the font-size, you may try increasing the number and see the change on your JotForm. 

    Please inject the following CSS code to your JotForm to change the width of all the column headers of matrix and to bold:

    .form-matrix-column-headers {

    font-weight: bold;

            width : 50px;

    }

    Please refer to the guide below that can help you in injecting custom CSS code.

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this information helps. Let us know if you need any further assistance. We will be happy to help.