Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #827011

    Hi guys,

    Any idea why my menu looks like this when viewed in landscape mode on an iPad, please?

    #827733

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.