Survey size | XM Community
Skip to main content

Hello,
I need to adjust the survey sizing for a 1920x1080 digital display. How can I fix the min and max width dimensions?
I was told to insert this the code below on every question, but the size is inconsistent, some questions look ok and suddenly some questions are huge. Do I need to define max width as well? What would be the code for that?
jQuery(".Skin .SkinInner").css({"min-width": "1900px"});
Is there a better solution?
Thank you

The max-width is set to 770px. So you'll need to increase that.
Then you can set the width to whatever you want.


Leave a Reply