Remove white space between side by side questions columns | XM Community
Skip to main content
Question

Remove white space between side by side questions columns

  • June 29, 2024
  • 1 reply
  • 58 views

Forum|alt.badge.img+3

Would love to know how I can reduce it to the minimum. It is really annoying when taking the survey using a mobile. Thanks

1 reply

Forum|alt.badge.img+2
  • Level 1 ●
  • 9 replies
  • July 3, 2024

You can arrange the columns width with the mouse and with Custom CSS you can use the full space of the window like 
SkinContent{ width:100vw; } .Skin .QuestionOuter.Matrix{ width:90vw; max-width:90vw; }

But the side-by-side-question is never really nice on mobile.