Mobile Menu Is Constantly Collapsed

Hi, we have a strange problem with X, after some plugin updates and Theme updates, our mobile menu stays collapsed. If you have a laptop with a small screen or a tablet you have this problem. Large screens and mobile phones don’t see it.

I’ve resorted the website from an old backup where the problem does’nt exist. Can you please help out how to fix this?

Production Website with the problem: https://www.devideocursus.nl
Test Website without it: http://video.yourbizonline.nl/

Thanks in advance!
Best Regards , Maurits

Hi There,

Could you try adding this CSS in X > Launch > Options > CSS.

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


Hope it works. Thanks

1 Like

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