I have already added the following code to the custom CSS of my survey in an attempt to get the survey to occupy 100% width of the iframe it's in.
#SkinContent{ width:100% !important; }
.Skin .SkinInner {width:100% !important;}
.Skin .QuestionOuter.Matrix{width: 100% !important;}
Currently, it looks like this
How can I make it so that the text and free-text response reach all the way to the edge of the iframe?
Is there some padding there I can remove? If not, what am I missing?
Page 1 / 1
Hi there, if you still need, you should be able to use the full width of the screen by adding the below CSS to the Style section of the survey's Look & Feel:
.Skin .SkinInner {
width: 100% !important;
max-width: 100% !important;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.