• Resolved selfploration11

    (@selfploration11)


    I have amazon and google code for mobile. So when the ads pop up for mobile the menu bar on the right adjusts to the top above the logo on the right, resolving the issue. But when there’s no ad pop up my logo overlaps the menu hamburger bar on the right. How can I fix this?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,
    Please add this CSS, I think your issue is fixed.

    
    .site-header .main-navigation .hamburger--spin {
        padding-top: 52px;
    }
    

    OR

    
    .site-header .main-navigation .hamburger--spin {
        padding-top: 52px!important;
    }
    

    Thanks.

    or use this
    img.custom-logo.jetpack-lazy-image.jetpack-lazy-image–handled {
    max-width: 70%;
    }

    Thread Starter selfploration11

    (@selfploration11)

    It worked! Thanks so much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu Overlap w/logo on mobile’ is closed to new replies.