Keep the primary menu fixed at top of screen
-
Hello everyone !
I have a problem with my website.
I want to keep my primary menu fixed at top of screen, but I can’t find anything that work…I tried the following code
@media all and (min-width: 800px) { .menu-primary { position: relative; transform: none; left: auto; } .menu-primary-items, .menu-unset ul { position: fixed; right: 5.55%; background: #222; } }
But I would like the entire top navigation bar to be fixed, including the logo of the website, etc… with a background.
I also tried to keep the .site-title fixed at top of screen, but now I have 2 different element.
I don’t know if it’s clear haha
Thanks in advance for your help ??
- This topic was modified 5 years, 8 months ago by .
- This topic was modified 5 years, 8 months ago by .
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Keep the primary menu fixed at top of screen’ is closed to new replies.