Survey size | XM Community
Skip to main content
Question

Survey size

  • June 14, 2021
  • 1 reply
  • 85 views

Forum|alt.badge.img+1

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

1 reply

Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • June 14, 2021

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