Skip to content
Top tweaks for NEVE theme

NEVE theme CSS tweak: Sticky top menu

Sticky top menu

CSS code to make the top menu sticky in the NEVE theme.

Go to the following menu Appearance / Customize / Additional CSS.

Add the following CSS code:

 

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

#content {
padding-top: 100px
}

Leave a Reply

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