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

    Hallo,
    ist es möglich die Distanz zwischen Logo und Menüleiste variabel zu ändern.
    In der Ansicht 1920×1080 sieht noch alles gut aus.
    Bei der Größe 1366×768 wird der Abstand schon zu groß.

    #1077689

    Hey Lin84,

    This CSS looks to be causing that:

    #top #header_main > .container {
        height: 300px;
        line-height: 300px;
    }

    It looks to be added in a code block or similar on the actual page.

    Best regards,
    Rikard

    #1077756

    Ich habe in den Enfold Header Einstellungen unter Header Größe einen “eigenen Wert – 300px” angegeben.
    Da die beiden anderen Optionen “klein” und “groß” mir zu klein sind.
    Kann ich das irgendwie ändern?

    #1078362

    Hi Lin84,

    Here are the docs for you

    It is not a good practice to have such a huge header. You might need to use media queries to make the header smaller on smaller screens.

    Best regards,
    Victoria

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