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

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!

Check this post.


Check this post.

Thank you! The code on this post worked.


Leave a Reply