Change question body's width | XM Community
Skip to main content
Solved

Change question body's width

  • August 10, 2020
  • 4 replies
  • 115 views

image.pngAs the picture shows, the text/graphic block and following questions aren't full width as the progress bar is. Is there a way to make them as wide as the progress bar (100% of the screen)?

Best answer by SurajK

You can add the below css code in Look & Feel -> Style -> Custom CSS.
.Skin, .SkinInner {width:100% !important;}

4 replies

Appzk
QPN Level 5 ●●●●●
Forum|alt.badge.img+34
  • QPN Level 5 ●●●●●
  • August 10, 2020

try applying width to the id #Question


SurajK
QPN Level 3 ●●●
Forum|alt.badge.img+4
  • QPN Level 3 ●●●
  • Answer
  • August 10, 2020

You can add the below css code in Look & Feel -> Style -> Custom CSS.
.Skin, .SkinInner {width:100% !important;}


  • Author
  • August 11, 2020

  • Author
  • August 11, 2020

https://www.qualtrics.com/community/discussion/comment/28876#Comment_28876Thanks for answering, I don't know why but it's not working for my survey.
image.png