Archived topic
Coach Template - Fixed navigation in the same style
3 replies · Started by ctrlkk on May 15, 2021
Hello there,
I've imported the "Coach" template and was wondering if its possible to have the navbar fixed with the same style.
When I enable fixed navigation, it looks like this: https://i.imgur.com/k4Bwh1S.png
But I would like to have like this when I scroll: https://i.imgur.com/ILuzIj2.png
Thank you!
Hi there,
can you share a link to your site so i can see if thats possible.
Unfortunately its a local installation at the moment. Is it possible to grab it from your site library here? https://generatepress.com/site-library/ -> coach template
Try this CSS:
.site-header {
position: fixed;
top: 0;
left: 0;
right: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)