Site logo

Archived topic

Hide when scrolling down only for mobile

1 reply · Started by Peter on December 10, 2017

Viewing posts 1–2 of 2

Hi,

Can I?
Sticky Navigation / Hide when scrolling down for mobile
Sticky Navigation / Do not hide when scrolling down for desktop

Cheers

Good question!

You could try setting it to hide when scroll down.

Then, add this CSS:

@media (min-width: 769px) {
    #sticky-navigation {
        top: 0 !important;
    }
}
This archived topic is closed to new replies.