Can the font size for matrix-style questions be adjusted in Flat Layout mode? | XM Community
Skip to main content

While using the Flat layout on a desktop, I've observed that the font size for options in matrix-style questions is slightly smaller than the default size set for all questions. Is there a solution to adjust this font size?

Thanks in advance for your help. 

@Qual.78500 You can use the Rich Content Editor for answer options to increase then font size. OR use below code in the question text.

 

<style>
.Skin .Matrix table th.c1

{

font-size: 20px!important;
}

</style>


@Shobhit thanks for your help.


Leave a Reply