How to resize a 7-point matrix question to avoid left-right scrolling | XM Community
Skip to main content
I've tried several templates, but none of them are wide enough to show all response options across the page. I am pretty frustrated that you are only allotted a small portion of the screen to display your questions. I don't need the entire screen, but it would be nice to have an extra inch or two available. Is there a way to widen this response box using HTML coding or some other method?? !
Hi @jake_williams11 , I agree that it would be great to have more control over the formatting of the question itself to avoid this. Maybe submit this to Product Ideas?



In the meantime, you can widen your entire survey, as explained here by @AbdulDezkam



Quoted:

Go to Survey

Click Look&Feel and Advanced

Click add custom CSS



Add following:



.Skin .SkinInner {min-width: 1200px!important;}



You can of course adjust the 1200 px to whatever you want.
You're the best! Thanks!

Leave a Reply