Fix Up Menu
-
Hello,
I wanted to fixate my menu in the upside of the webpage so when I scroll down the web page the titles remain visible, the same configuration that Linkedin has. I was wondering if that is possible at all.
Thank you
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Try to use this css;
.main-navigation{ position: fixed; left: 0; width: 100%; z-index: 9; }If you need to adjust the big image higher, then you should add this css;
@media screen and (min-width: 768px){ .home .site-branding { padding: 10.75em 0 7.75em; } }Let me know if you need another help.
Thanks,
Rizqi -
-
- The topic ‘Fix Up Menu’ is closed to new replies.