Matt Strzalka

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Mobile Menu in iPad Landscape mode not working #62757
    Matt Strzalka
    Power 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;

    }

    }

Viewing 1 post (of 1 total)