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 }