[Support request] Sticky Navigation Drop Point

Home Forums Support [Support request] Sticky Navigation Drop Point

Home Forums Support Sticky Navigation Drop Point

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1190045
    Kevin

    The GP navigation drop point is great because the menu relocates underneath the logo preventing container overflow.

    This does not seem possible in the sticky nav.

    What are the options to deal with container overflow in this situation?

    I expect you will instruct me to decrease font sizes or restructure menu πŸ™‚

    https://imgur.com/a/DPSQ8hj

    Thanks!

    #1190060
    Leo
    Staff
    Customer Support

    Hi there,

    Can you please do this first?
    https://www.screencast.com/t/O3NDJ5fyH0N
    Let me know πŸ™‚

    #1190070
    Kevin

    I’m really sorry about that. I thought I had done that already.

    Caching is de-activated πŸ™‚

    #1190090
    Leo
    Staff
    Customer Support

    Thanks πŸ™‚

    Try this CSS:

    @media (max-width: 890px) {
        #sticky-navigation .inside-navigation {
            display: flex;
            flex-direction: column;
        }
        #sticky-navigation .navigation-branding {
            margin-left: auto;
            margin-right: auto;
        }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.