Extending Width of the Questions- HELP! | XM Community
Solved

Extending Width of the Questions- HELP!

  • 19 May 2020
  • 2 replies
  • 186 views

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

icon

Best answer by rondev 19 May 2020, 19:42

View original

2 replies

Userlevel 7
Badge +22

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