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

    Hi, Guy
    I have a problem.:in the Tablet Samsung when is on vertical position the logo cover a part of menu.
    Can you help me.?
    Best regards.

    #376372

    Hi misteradamello!

    Try adding this to your custom CSS.

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

    Best regards,
    Elliott

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