Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #415589

    I just noticed that when I drag my monitor screen in, narrower (to emulate mobile viewing) the menu overlaps onto the logo. How can I adjust this?

    Thank you.

    #415992

    Hi laptophobo!

    Add this to your custom CSS.

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

    And then play around with the 900px value until it looks good.

    Best regards,
    Elliott

    #416018

    Yup, that worked. Though I knew to do this CSS tag, I wasn’t sure if you had something built into your Theme Options. Anyway, Thank you for that.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu overlays onto logo on narrow viewing.’ is closed to new replies.