Remove white space at the Top of the Page before Questions | XM Community
Skip to main content
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.
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;

}
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