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

How can I increase the width of my Matrix questions for desktop user?

  • June 11, 2022
  • 1 reply
  • 991 views

Forum|alt.badge.img

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?

Best answer by Gabri

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,

1 reply

Forum|alt.badge.img
  • Author
  • Answer
  • June 12, 2022

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,