Sticky menu
-
Hi,
How can I make desktop and mobile′s menu sticky.I′m using this css:
#header-grid {
position: fixed;
margin-top: 0px !important;
width: 100%;
z-index: 999900;
}
It works fine in the desktop version but in mobiles, the menu overlaps the content.
I only want the hamburger menu to remain sticky – not all the items of the menu.Thanks!!!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Sticky menu’ is closed to new replies.