Questions Div Width | XM Community
Skip to main content
Solved

Questions Div Width

  • July 29, 2020
  • 2 replies
  • 25 views

I'd like to make the questions div take up the full width of the parent div. Looking around in the source elements, it looks like what I want is to get SkinContent to 100% of the width of SkinInner, but none of the obvious custom CSS seems to work (e.g., #SkinContent{width100%}). I appreciate any tips folks have.

Best answer by SurajK

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

2 replies

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

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


  • Author
  • July 29, 2020

That works like a champ. Is there something to then limit the width of the form text fields?