Is there a way to make Group Titles in a Likert Matrix Table wrap in the same way that the statements do?
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.