Tagged: sticky header
Hi,
i used sticky header and this code to add space above the header:
#wrap_all {
margin-top: 30px;
}
Now when i scroll down the added space is still there which looks strange. How can i make the header to stay at the top when scrolling down?
Thanks!
Simon
Hey simonac!
Please add following code to Quick CSS
.header-scrolled header#header { top: 0; }
Regards,
Yigit
Sorry but that did not work.
Hi!
Please change the code to following
header#header.header-scrolled {
top: 0;
}
Regards,
Yigit
…better but now the logo is cut of a bit at the top.
Hey!
This is how it looks on my end – http://i.imgur.com/Rb1jTFH.png
Can you post a screenshot and show the issue please? Also, which OS and browser are you using?
Best regards,
Yigit
Hi Yigit,
what i saw was the black stripe of the admin area.
So now everything is perfekt?
Thanks