I am trying to remove these margins so I am not waisting any white space. I tried everything and failed. Please help!
Solved
How to remove left and right margins in qualtrics

Best answer by Tom_1842
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;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.