[Support request] Center Logo on Sticky Navigation with Hamburger Menu

Home Forums Support [Support request] Center Logo on Sticky Navigation with Hamburger Menu

Home Forums Support Center Logo on Sticky Navigation with Hamburger Menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1620593
    jonathan

    Hi,

    Been struggling with this for a couple hours, and only am reaching out after exhausting all efforts.

    I’ve set up a hamburger menu PLUS a sticky menu. Trying to find a way to keep the logo centered when it transitions to sticky.

    http://draperelevator.spin350.com/

    Thanks for any help!

    Jon

    #1620699
    Ying
    Staff
    Customer Support

    Hi Jon,

    Try this CSS:

    .site-logo, #sticky-navigation .navigation-branding {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
    
    #sticky-navigation .inside-navigation {
        justify-content: flex-end;
    }

    Let me know 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.