Hi!
For some reason the hamburger menu don’t work in landscape mode on the iPad. The page is:
www.tromsofysioterapi.no
Any ideas how to fix this?
Hi!
For some reason the hamburger menu don’t work in landscape mode on the iPad. The page is:
www.tromsofysioterapi.no
Any ideas how to fix this?
Hello @Sauron,
Thanks for writing in!
It seems that you are using this custom CSS code to display the mobile menu on the iPad:
@media (max-width:1210px){
.x-nav-wrap.desktop{
display:none;
}
.masthead-stacked .x-btn-navbar{
display:inline-block;
}
.masthead-stacked .x-navbar{
text-align:center;
}
.x-nav-wrap.mobile.in{
display:block !important;
}
}
Be advised that this is beyond the scope of our support under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.
In the meantime, please refer to these old threads instead:
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.