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

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

  • 8 November 2019
  • 3 replies
  • 391 views

Userlevel 1
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

Userlevel 5
Badge +36
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;}
```
Userlevel 1
@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?
Userlevel 1
@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;}

Leave a Reply