Hi guys,
Any idea why my menu looks like this when viewed in landscape mode on an iPad, please?
Hey WordPressed,
Add the following to quick css:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.av-burger-menu-main {
display: block!important;
}
#top .av_mobile_menu_tablet .av-main-nav .menu-item {
display: none!important;
}}
Best regards,
Jordan Shannon