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

    Ich habe folgendes Problem:
    Im Enfold Menü habe ich bei den Header Einstellungen “Logo mittig, Menu darunter” ausgewählt.
    Einzig bei dieser Einstellung klappt es, dass das Logo nicht angezeigt wird, das ist auch so gewünscht.
    Allerdings fällt das Menü auch komplett weg, wenn ich die Ansicht verkleiner oder die Seite auf Mobilgeräten anschauen möchte.
    Wo liegt hier der Fehler?

    #1129448

    Hey gdsconcepts,

    This CSS is causing that:

    @media only screen and (max-width: 767px) {
    .responsive #header_main_alternate {
        display: none;
    }
    }

    I’m not sure where it’s coming from exactly, but it’s likely from your Quick CSS box or style.css.

    Best regards,
    Rikard

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