Hamburger menu not working

hi,

I’ve updated to the latest Cornerstone and X theme, but the hamburger menu on the laptop has stopped working.
On the phone it works fine.
please take a look? I’m not sure how to fix it.
thank you.

HI There,

Thanks for writing in!

The Hamburger menu is working fine in laptop browsers. You might have browser caching issue, please try clearing cache or can test in a separate laptop.

Thanks

hi, would you all mind looking? I have cleared the cache; I have WP Super Cache installed, have deleted the expired cache files.
Somewhere between mobile size and desktop size it gets stuck. Something in the css? I think it has to do with a breakpoint but can’t pinpoint the problem.
thank you.

Hi There,

Please also add this custom CSS:

@media only screen and (max-width: 1279px) and (min-width: 700px){
    .x-nav-wrap.mobile {
        display: block;
    }
    .x-nav-wrap.mobile.x-collapsed {
        display: none;
    }
}

Let us know how it goes!

perfect, this worked wonderfully. thank you so much

1 Like

Glad we could help.

Cheers!