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

How to increase width of matrix table questions

  • September 17, 2021
  • 2 replies
  • 810 views

Forum|alt.badge.img+2

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

2 replies

Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • September 17, 2021

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


Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • September 30, 2022

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;}