Site logo

[Resolved] Sticky Top Bar instead of sticky menu?

Home Forums Support [Resolved] Sticky Top Bar instead of sticky menu?

Home Forums Support Sticky Top Bar instead of sticky menu?

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #2137766
    Michael

    no page cahcing, it must be at your end. I can see the sticky header working here?

    #2137869
    David
    Staff
    Customer Support

    Try this CSS:

    @media(min-width: 769px) {
        .top-bar {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 99;
        }
        #sticky-navigation {
            top: 82px !important;
        }
    }

    Its set to work on Desktop only, i assumed it wouldn’t be wanted on mobile as it takes up a good quarter of the screen….

    #2137880
    Michael

    that’s wonderful, thanks so much for your help

    #2137895
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.