Sticky Menu/Nav Bar
-
Hello
I want to have my nav bar frozen so it doesnt scroll with the page. Cannot find a CSS code that works.Thanks
Matthew
The blog I need help with is: (visible only to logged in users)
-
-
-
-
@experiencenewfoundland’s solution is this:
.main-navigation { position: fixed; z-index: 1 }But note that custom CSS is theme specific so you can’t use this as-is unless you are using the same theme as @experiencenewfoundland’s.
-
-
Thank you both very much! Worked beautiful once I changed the specifics for my theme! :) Appreciate the help!
-D
-
-
- The topic ‘Sticky Menu/Nav Bar’ is closed to new replies.