• Resolved kloughner

    (@kloughner)


    Hi,

    I edited the website I work on to add a “Purchase eGift Cards” button and in doing that, the logo at the top is no longer appearing on mobile. I didn’t edit anything there so I’m not sure why it disappeared, but how do I get it back?

    Thank you,

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Hi,

    This …

    @media only screen and (max-width: 1024px) {
    .nav, .main-navigation, .genesis-nav-menu, #main-header, #et-top-navigation, .site-header, .site-branding, .ast-mobile-menu-buttons, .storefront-handheld-footer-bar, .hide {
    display: none!important;
    }
    }

    … in dynamic-mobmenu.css is hiding the header and preventing the logo from showing.

    You can just remove .site-header from the above and it will show again.

    Hope that helps.

    Oliver

    Thread Starter kloughner

    (@kloughner)

    @domainsupport, thank you! How do I get to dynamic-mobmenu.css? I went to “Additional CSS” under Customize, but I cannot find that section.

    Thank you,

    Plugin Author Oliver Campion

    (@domainsupport)

    It’s probably a plugin you’ve activated. This may fix the issue by adding this to “Customizer – Additional CSS” …

    .site-header {
    display: flex !important;
    }

    Oliver

    Thread Starter kloughner

    (@kloughner)

    @domainsupport that seemed to fix the issue, thanks so much!

    Plugin Author Oliver Campion

    (@domainsupport)

    Great!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Logo Not Appearing on Mobile’ is closed to new replies.