Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1410460

    Ich habe das Design Logo links, Menü rechts, Header-Größe eigener Pixelwert.
    Nun waren meine Menüpunkte vertikal mittig angeordnet.
    Ich wollte die vertikale Ausrichtung verändern.
    Das habe ich getan mit dem CSS:
    .avia-menu {
    padding-top: 32px;
    }
    Leider rutscht nun auch mein Burgermenü nach unten, wenn ich in der mobilen Ansicht bin.
    Das soll aber vertikal mittig bleiben.
    Danke für die Hilfe.

    #1410540

    Hi Christabel1,

    Please try to replace your CSS code with this:

    @media only screen and (min-width:989px) {
      .avia-menu {
        padding-top: 32px;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1410612

    Ja, es funktioniert!
    Super, danke :-)

    #1410637

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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