CHANGING MARGIN IN MATRIX-TYPE TABLE | XM Community
Skip to main content

Hello, I hope this is a simple question: Can someone please tell me how to increase the right margin of a matrix-type table. I'm using a 5-point likert scale, but can only view 4 of the 5 points. Here is the screen capture:
Screenshot 2023-01-22 151524.jpgAs shown above, it starts to cut off on the 4th scale point (Usually), and does not show the 5th scale point at all: "Always". Is there something I can update in "Look and Feel/Custom-CSS"?
Thank you in advance.


I believe with your screenshot there is a template width issue which is cutting the 4th scale.


You can increase width of matrix by adding custom css like

.Skin .QuestionOuter.Matrix{max-width:1100px}


Try this. You can adjust the width as per your requirement.


Leave a Reply