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

How to remove left and right margins in qualtrics


Forum|alt.badge.img+2

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

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;
}

View original

3 replies

Forum|alt.badge.img+2
  • Author
  • 7 replies
  • May 26, 2021

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

Thank you in advance


Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • 876 replies
  • Answer
  • January 5, 2023

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;
}


tannerfaragher
QPN Level 5 ●●●●●
Forum|alt.badge.img+23
  • QPN Level 5 ●●●●●
  • 77 replies
  • May 12, 2023

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