Remove white space at the Top of the Page before Questions | XM Community
Solved

Remove white space at the Top of the Page before Questions

  • 12 October 2018
  • 4 replies
  • 292 views

Badge +2
  • Level 2 ●●
  • 24 replies
Hi everyone. There is a significant amount of white space at the Top of the Page when you start each question. It’s tolerable on laptop/desktop, but slightly frustrating to have to scroll down just to see the question on Mobile. Can this be reduced in any way? Please advise, thank you.
icon

Best answer by Anonymous 16 October 2018, 08:31

View original

4 replies

Hello @TohS ,

Just try adding the below css in Add custom css, check will this work for you. Because the space on the top depends on your customized header:

.Skin .SkinInner {
padding-top: 0px !important;
}

.Skin label.QuestionText {
display: unset;
}
Badge +2
Hi @Shashi ,

I have tried to add in the above code, but its not working unfortunately. Would you have any other way? Thank you.
Hello @TohS ,

Paste "ONLY" following code in the advanced custom css

.Skin #Logo {
height: 0px !important;
}
How would we do this for the left padding? when I updated the code (e.g. padding-left) I saw no effect. Thanks!

Leave a Reply