Responsive menu is not shown

Hy, since about 2 weeks the menu doesnt work if the page is in mobile mode. Could you check, whats wrong with it?
I don´t change anything.

Hi @dani_blues,

Thank you for reaching out to us. This seems to be happening due to a third party plugin you’re using (Mega Main Menu) and the Custom CSS you’ve to hide the mobile button, I’d suggest you to use Ubermenu instead (see https://theme.co/apex/forum/t/extension-ubermenu/75)

You can also fix the issue by adding the following code in the Theme Options > CSS:

@media screen and (max-width: 979px) {
    .x-nav-wrap.desktop {
        display: block;
    }
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

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