How can I increase the width of my Matrix questions for desktop user? | XM Community
Skip to main content

Hello, i'm trying to adjust my survey for desktop user
this is my preview : https://unififorlilpsi.qualtrics.com/jfe/preview/SV_2abccYWP91immMu?Q_CHL=preview&Q_SurveyVersionID=current

i've added some custom css to make it feel less narrower but matrix question stays narrow (you can see them at page 3).

This is the CSS I used:
.Skin, .SkinInner {width:90% !important;}
.Skin .QuestionOuter.Matrix{ max-width: 100%; }
@media screen and (min-width: 600px) { }
what can i change to adjust the matrix questions?

Ok i've found the solution in another post:
instead of .Skin .QuestionOuter.Matrix{ max-width: 100%; } i used
 .Matrix {max-width:100%!important;}
now everything is ok,


Leave a Reply