Is there a way to change font size for matrix style questions in the Flat Layout mode? | XM Community
Skip to main content
Question

Is there a way to change font size for matrix style questions in the Flat Layout mode?

  • November 8, 2019
  • 3 replies
  • 1096 views

I'm using the Flat layout and on a desktop I noticed the font size will display slightly smaller for the options in matrix style questions than the default size set for all questions. Is there a way to fix this?

3 replies

dobra021
Level 4 ●●●●
Forum|alt.badge.img+37
  • Level 4 ●●●●
  • 64 replies
  • November 18, 2019
Put the following code in the Custom CSS section of the Look and Feel editor. Adjust the font size as desired. ``` .Skin .Matrix .table-cell{font-size:18px!important;} ```

  • Author
  • 25 replies
  • November 18, 2019
@dobra021 Thanks for this! It worked for the options in the rows of the matrix but not the columns. Do you know how to also adjust the column font?

  • Author
  • 25 replies
  • November 18, 2019
@dobra021 I tried this and it looks like it worked to change the font for both the rows and columns on desktop but then on mobile, the row font looks larger .Skin .Matrix .table-cell{font-size:14px!important;} .Skin .Matrix table th{font-size: 14px;}