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

Matrix Table Alignment of Group Titles

  • January 28, 2022
  • 1 reply
  • 50 views

MikeW
Level 5 ●●●●●
Forum|alt.badge.img+14
  • Level 5 ●●●●●

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

image.png

1 reply

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • April 20, 2022

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.