[Support request] Hide when scrolling down only for mobile

Home Forums Support [Support request] Hide when scrolling down only for mobile

Home Forums Support Hide when scrolling down only for mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #446447
    Peter

    Hi,

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

    Cheers

    #446541
    Tom
    Lead Developer
    Lead Developer

    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;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.