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!