Disable Sticky Menu while scrolling down
-
Hi Team,
I am using Gneratepress’s child theme. I have enabled the sticky menu using the below CSS.
@media (min-width: 769px) { .main-navigation { position: sticky; top: 0px; z-index: 99; } }
Now I want to hide the sticky menu during scroll down. When user is scrolling up, that time I want to show the sticky menu.
Please help me achieve this.
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Disable Sticky Menu while scrolling down’ is closed to new replies.