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

    Hi, this is my site: http://www.speltherapiehetwevertje.nl/

    I want the menu as it is now (my issue is the same with a smaller mewnu by the way).
    In the backend, I have set responsiveness to tablet and mobile. However, the menu overlaps the logo before the tablet menu is triggered.
    So I would like to trigger the tablet/mobile header menu sooner. In the backend I cannot set the pixel width to do this.

    I would like a solution through custom styling. I do not want to alter the original stylesheet because of theme updates in the future.

    Best,
    René

    #507250

    Hi moonbirdnl!

    Add this to your custom CSS.

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

    Cheers!
    Elliott

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