Archived topic
Sticky Header with disabled menus (Mobile menu disabled too)
3 replies · Started by Rogi on May 2, 2020
Viewing posts 1–4 of 4
Hi guys.
I would like to have a sticky header, with no menu enabled (mobilie menu disabled too).
Is there a way to do this?
Thanks in advance.
Hi there,
Try this CSS:
.site-header {
position: sticky;
top: 0;
z-index: 99;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you very much, Leo!
No problem :)
This archived topic is closed to new replies.