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

    Hallo!

    Wie kann ich verhindern das auf meiner Seite beim verkleinern des Browserfensters das Menu über das Logo läuft?
    Ich habe ein Menu links das bis auf zwei Seiten überall korrekt angezeigt wir. Warum ist auf den beiden Seiten gar kein Menu?

    Danke im voraus für die Hilfe.

    #394492

    Hi shaft74!

    Try adding this to your custom CSS.

    @media only 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.