How to remove left and right margins in qualtrics | XM Community
Skip to main content

I am trying to remove these margins so I am not waisting any white space. I tried everything and failed. Please help!
Screen Shot 2021-05-26 at 1.11.35 PM.png

TomG Tom, you have been a tremendous help before. Do you have any insight regarding this.

Thank you in advance


Hi there, if you still need, I've used the below CSS before to fill the width of the screen:
.Skin .SkinInner {
width: 100% !important;
max-width: 100% !important;
}


I have been looking for ways to incorporate this for a while now, thank you XM Community and Tom for this amazing workaround!


Leave a Reply