Mobile menu on site not working

Hi

The mobile menu for my clients site has stopped working - I’ve disabled various plug-ins and updated the theme and conerstone as per other threads.

Can you help resolve this issue

Thanks
Henry

Hi @henrybag,

Please open up the style.css file of your Child theme and there you will see a CSS code like this:

@media (max-width: 1024px)
.x-nav-wrap.mobile {
    display: none;
}

That is causing the issue, please remove that code.

Thank you.

Many thanks - should have spotted that.

Glad that we could be of a help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.