Hello
I would like to extended the width of the questions in my survey so that they are readable to my older adult clients, especially would like to eliminate the Right-Left scroll bar found in the Matrix Table questions when there are multiple response choices. I did my search through the Qualtrics Community discussion board and used this.
Entered this in the header of the Look&Feel:
Then entered this in the custom CCS of Look&Feel:
.Skin .QuestionOuter.Matrix{max-width:1000px}
I noticed that it worked beautifully but the questions are not centered in the middle. The questions are placed on the left side of the screen. Is there additional coding that I need to make the questions centered in the middle?
Thank you for your help!
Hchong
Page 1 / 1
Just add below CSS in custom CSS (Remove other CSS and JS if included)
.Matrix {max-width:100%!important;}
Thank you so much! This was the perfect CSS i needed! =)
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.