Wider Question Container and wider statements | XM Community
Skip to main content
Solved

Wider Question Container and wider statements


Forum|alt.badge.img+1

Dear Qualtrics Community,

I am using qualtrics for the first time, to make a large-scale survey for my PhD. 
Does anyone know how to adjust the question container width for a single question? I have looked at several qualtrics forums, but have not yet found code that fits my layout See for the specific question: https://fmru.az1.qualtrics.com/jfe/form/SV_0ptR6A9paSwKGAC.

 

Thanks in advance for your response! 

 

Best answer by Nam Nguyen

@xanne Add this in Look&Feel → Style → CustomCSS

.Skin .QuestionOuter.Matrix {
    max-width: 1200px !important;
}

Hope this helps

View original

4 replies

Nam Nguyen
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • QPN Level 8 ●●●●●●●●
  • 1090 replies
  • Answer
  • October 18, 2023

@xanne Add this in Look&Feel → Style → CustomCSS

.Skin .QuestionOuter.Matrix {
    max-width: 1200px !important;
}

Hope this helps


Forum|alt.badge.img+1
  • Author
  • 2 replies
  • October 18, 2023

Hi Thanks @dxconnamnguyen ! Unfortunately, this doesn't change it. :(


Nam Nguyen
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • QPN Level 8 ●●●●●●●●
  • 1090 replies
  • October 18, 2023
xanne wrote:

Hi Thanks @dxconnamnguyen ! Unfortunately, this doesn't change it. :(

@xanne It surely did the job on my side, did you add it in right at Custom CSS editor?

 


Forum|alt.badge.img+1
  • Author
  • 2 replies
  • October 18, 2023

hi @dxconnamnguyen ! It now works! I quess I did not apply it correctly! Thanks so much for your response! :)


Leave a Reply