How to make my matrix questions wide e.g., take up more of the survey window | XM Community
Skip to main content
Question

How to make my matrix questions wide e.g., take up more of the survey window

  • March 14, 2024
  • 2 replies
  • 659 views

Forum|alt.badge.img+2

Hello! I am facing an issue where I have a matrix question with many scale points but it is condensed to a small portion of the whole survey window and the respondent has to scroll to see all of the answer choices. Is there a way to lessen the white space on the sides of the screen to make the question take up more of the page?

 

I tried using:

.Skin .SkinInner{
max-width:100vw;
width:70vw;
}

 

But this only adjusted the left margin and moved the matrix question over, still leaving a lot of white space on the right:

Please advise, thanks in advance!

2 replies

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • 654 replies
  • March 14, 2024

Check this post.


Forum|alt.badge.img+2
  • Author
  • Level 1 ●
  • 11 replies
  • March 14, 2024

Check this post.

Thank you! The code on this post worked.