Matrix Table Alignment of Group Titles | XM Community
Skip to main content

Is there a way to make Group Titles in a Likert Matrix Table wrap in the same way that the statements do?

image.png

Hi there, try inputting the below JS into your matrix question:
jQuery("#"+this.questionId+" .ChoiceRow:eq(0) th.c1").css("padding-right","300px");
As the Group row spans the width of the matrix table, this will add padding to the right of that cell and force a line break.


Leave a Reply