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

    Hi!

    How can I set mobile menu layout for screen size 1024×768? In horizontal from IPAD I see that my menu is above the logo, so I’d like to set mobile menu for 1024 too.

    Thank you,

    Valentina

    #554749

    Hey cielofan!

    Add this to your custom CSS.

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

    Cheers!
    Elliott

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