Increasing the font size of the texts inside the matrix grid

  • martinbond
    Asked on February 1, 2015 at 12:59 AM

    I want to increase the size of text as it's very small for the eye to read. 

  • Jan
    Replied on February 1, 2015 at 11:47 AM

    How can I format text within my matrix grid to make them all equal regardless of the amount of text in each row.

    Hi,

    You need to inject this custom css code in order to increase or decrease the font size of the texts inside the matrix grid. By default, it is 16px. 

    .form-matrix-row-headers { font-size: 16px; }

    Here's a guide on how to inject custom css codes.

    Hope this works. Thank you!