Floating navigation menu
-
Hi everyone, I’m not familiar with CSS but wanted to see if I could get help with stopping my navigation menu from floating. I would like to make it stagnant, but I am unsure how to do this.
The blog I need help with is: (visible only to logged in users)
-
Hello there!
Dropping this code in your custom CSS area should do the trick:
#masthead.fixed-header { position: relative; width: 100%; }Let me know if that doesn’t work!
Sage -
-
- The topic ‘Floating navigation menu’ is closed to new replies.