[Resolved] Sticky logo overlaying on the header logo

Home Forums Support [Resolved] Sticky logo overlaying on the header logo

Home Forums Support Sticky logo overlaying on the header logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2310493
    PJ

    Hi there!

    My client reached out about an issue where the sticky logo overlays the main logo right before you reach the top scroll. Here is a link to a screenshot: https://photos.app.goo.gl/JnSdWddsE1KTCDSo8

    We turned on “hide sticky during scroll” but that has not resolved it. Any thoughts?

    Thanks,
    Becky Sue

    #2310522
    Ying
    Staff
    Customer Support

    Hi there,

    It’s because you have this CSS, thez-index value is just too high for the logo, try to change it to 100.

    .inside-header>.site-branding, .inside-header>.navigation-branding, .inside-header>.site-logo, .site-branding-container, #site-navigation .navigation-branding .site-logo {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        z-index: 1000;
    }
    #2310878
    PJ

    🤦 Thank you

    #2311215
    Ying
    Staff
    Customer Support

    No problem 🙂

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