Mobile Menu in iPad Landscape mode not working Forums » WordPress » Anima » How To Author Posts April 17th, 2018 at 15:53 #62678 Matt StrzalkaPower User Hello. Is anyone here who managed to implement mobile menu iPad landscape mode? It works great everywhere apart ipad landscape mode. I’ve done lots of CSS trial and errors but all failed so far. My site: https://newworldbusinesscentre.co.uk/ Your help will be greatly appreciated Website: newworldbusinesscentre.co.uk April 19th, 2018 at 16:05 #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 2 posts - 1 through 2 (of 2 total) The topic ‘Mobile Menu in iPad Landscape mode not working’ is closed to new replies.