How to increase width of matrix table questions | XM Community
Skip to main content

Hi knowledgeable team!
My issue is that when I expand the width of the survey, this get applied to everything, including multiple choice, but NOT to matrix table questions. Here is what it looks like.
image.png
The current custom CSS code I have is
.Skin .SkinInner {min-width: 70%!important;}
This code came from previous discussion, but they haven't successfully addressed the issue.
Any help is appreciated

Have you tried increasing the statement width by dragging the line using a mouse?


Hi there, if you still need, try adding the below CSS in the Style section of the survey's Look & Feel in addition to your current CSS:
.Skin .QuestionOuter.Matrix {max-width: 100%!important;}


Leave a Reply