fixed header?
- The topic ‘fixed header?’ is closed to new replies.
Need help? Check out our Support site, then
sorry to double post. is there a way to make the header fixed so that if you’re reading a post and scrolling down, the header along with the pages stays fixed at the top of the screen rather than scrolling offscreen? thanks
The blog I need help with is: (visible only to logged in users)
Hello again!
Yes, try adding this CSS:
@media (min-width: 768px) {
.site {
padding-top: 80px;
}
.site-header {
position: fixed;
background-color: #fff;
}
.admin-bar .site-header {
top: 32px;
}
}
Please, let us know.
Thank you,
Ricardo P. from SiloCreativo
That worked! Both did, thanks so much!
Fantastic, thank you for keeping us posted :)