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.
Solved
Questions Div Width
Best answer by SurajK
You can add the below css code in Look & Feel -> Style -> Custom CSS.
.Skin, .SkinInner {width:100% !important;}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
