Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1338305

    Hallo,
    ich bin seit langem überzeugte Nutzerin von Enfold, Lob an die Entwickler*innen!
    Meine Frage: Ich möchte gern das Zweitmenü (Kopfzeilenmenü) höher (60px) und die Schriftgröße größer machen (18px) und habe das auch über Quick-CSS gelöst.
    Nun habe ich das Problem, dass die Breadcrumb-Zeile vom Header (Logobereich) verdeckt wird, weil alles nach unten rutscht.
    Wa kann ich hier tun?
    Freundliche Grüße,
    A. Bieber

    Hi there,
    I’ve been a loyal user of Enfold for a long time, kudos to the developers!
    My question: I would like to make the secondary menu (header menu) higher (60px) and the font size larger (18px) and I have solved this using Quick CSS.
    Now I have the problem that the breadcrumb line is covered by the header (logo area) because everything slides down.
    What can I do here?
    Regards,
    A. Bieber

    #1338358

    Hey albi84,

    Could you try to set your header to a custom pixels value under Enfold->Header->Header Layout->Header Size to see if that helps please?

    Best regards,
    Rikard

    #1338407

    Hey Rikard,
    I’ve already tried that. Unfortunately it doesn’t help.
    Best regards, Almut

    #1338447

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
        padding-top: 177px;
    }

    Best regards,
    Rikard

    #1338474

    Hi, thanks.
    That does not work. (cache cleared)
    Best regards, Almut

    #1338495

    Hi,

    I can’t see the CSS I sent applying to your site at all, where exactly did you add it? If it doesn’t work, then please leave it where you added it, so that we can see why it’s not working.

    Best regards,
    Rikard

    #1338510

    Hi,
    I didn’t remove it, it’s still in the quick css.
    I installed this code, is there an error somewhere?

    /* Umbruch Menue mobil */
    @media only screen and (max-width: 1140px) {
    #top #header .av-main-nav > li.menu-item {
    display: none!important;
    }
    #top #header .av-burger-menu-main {
    cursor: pointer;
    display: block!important;
    }}

    /* Headerzeile groesser, Schrift groesser, vertikal zentriert */

    #top #wrap_all #header_meta {
    min-height: 60px;
    }
    #header_meta a, #header_meta span { font-size:18px !important; }

    #top .sub_menu>ul {
    margin-top: 15px;
    }

    .phone-info{
    margin-top: 15px;
    }

    #header_meta .phone-info {
    font-size: 18px !important;
    }

    html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
    padding-top: 177px;
    }

    (P.S. Please excuse my bad English.)

    #1338598

    Hi,

    Sorry for that, there’s a . missing in the CSS I sent you. Please try this instead:

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
        padding-top: 177px;
    }

    Best regards,
    Rikard

    #1338651

    Great! It works. Thank You very much!
    Best regards, Almut

    #1338684

    Hi,

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

    Best regards,
    Rikard

    #1338728

    You can close it.

    #1338803

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Größe und Abstand Zweitmenü (Kopfzeilenmenü)’ is closed to new replies.