Tagged: mobile menu
Hi,
on my customer’s website https://www.hebamme-regina-hoenle.de the mobile menu is not shown if I turn the iPad from vertical to horizontal.
I tried different css codes from other posts on this forum, but it also doesn’t work.
Sometimes the burger menu icon was shown twice (once on the right, another time under the logo).
Hi Lukas
As the last menu item “Kontakt” jumps down if the screen is less than 1120px, I would suggest you create a new breakpoint there. So if the screen is less, display the mobile menu. Like this:
@media only screen and (max-width:1120px){
.av-main-nav>li.menu-item-avia-special{
display:block;
}
.av-main-nav>li.menu-item{
display:none;
}
}
Best,
Michael
Thanks for your quick support.
The Burger Menu icon is now displayed under the logo. On the smaller screens the burger icon is displayed right.
Is it possible to place the icon in this case on the right, too?
Not sure about that, maybe the theme support can help you here. I am just a participant like you :)
has somebody else an idea?
Hi webprojektdonauwoerth,
Could you please clear the cache, check again and get back to us.
Best regards,
Victoria