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

    Hi

    I searched in the forum and tried to use some solutions but i can´t make the main menu responsive in the 1024px resolutions, like tablets in landscape
    I have tried this and nothing

    @media only screen and (max-width: 1024px) {
    #advanced_menu_toggle { display: block !important; }
    nav.main_menu { display: none !important; }
    }

    How can i do it?

    Paulo

    #387408

    Hi hamiltonbuchanan!

    That seems to be working fine on my end. What device are you using? You probably need to increase the 1024px value a bit.

    Cheers!
    Elliott

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