Questions Div Width | XM Community
Solved

Questions Div Width


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.

icon

Best answer by SurajK 29 July 2020, 17:11

View original

2 replies

Userlevel 5
Badge +4

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

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

Leave a Reply