Matt Strzalka Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 1 post (of 1 total) Author Posts April 19th, 2018 at 16:05 in reply to: Mobile Menu in iPad Landscape mode not working #62757 Matt StrzalkaPower User After long battle finally I have the correct CSS to have mobile menu visible on Ipad landscape mode: @media (max-width: 1024px) { .cryout #nav-toggle { display: block; } } @media (max-width: 1024px) { .anima-menu-center #access { display: none; } } Author Posts Viewing 1 post (of 1 total)