Burger Menu always open on ipad

Hi there

We have a problem with our website on iPad. When you visit the page burger menu is always open and never collapsed. It works fine on the smartphone and on desktop. Do you have any idea what could cause this issue?

That’s the page where the error occurs: https://www.maklerkammer.ch/

Thanks for your help.

Best,
Christian

Hi Christian,

To fix it, please add the code below in Theme Options > CSS


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

Hope that helps

Hi Paul

Perfect, that worked!
Thanks a lot.

You’re most welcome!

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