Content
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; }