Skip to content
Tech > Tutos > Web site

How to have sticky menu in Neve theme (for free)

web site

How to have sticky sticky menu in Neve theme, and ensure it is always visible.

How to have sticky menu in Neve theme

Hack in your wp css

Add the following code in the css setup of the Neve theme

#header-grid {
     position: fixed;
     margin-top: 0px !important;
     width: 100%;
     z-index: 1;
     }

Leave a Reply

Your email address will not be published. Required fields are marked *