Tagged: font size, header menu, Schriftgröße, secondary menu
-
AuthorPosts
-
February 1, 2022 at 7:39 pm #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. BieberHi 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. BieberFebruary 2, 2022 at 5:26 am #1338358Hey 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,
RikardFebruary 2, 2022 at 10:00 am #1338407Hey Rikard,
I’ve already tried that. Unfortunately it doesn’t help.
Best regards, AlmutFebruary 2, 2022 at 12:33 pm #1338447Hi,
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,
RikardFebruary 2, 2022 at 2:35 pm #1338474Hi, thanks.
That does not work. (cache cleared)
Best regards, AlmutFebruary 2, 2022 at 4:16 pm #1338495Hi,
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,
RikardFebruary 2, 2022 at 4:39 pm #1338510Hi,
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.)
February 3, 2022 at 4:44 am #1338598Hi,
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,
RikardFebruary 3, 2022 at 10:27 am #1338651Great! It works. Thank You very much!
Best regards, AlmutFebruary 3, 2022 at 1:44 pm #1338684Hi,
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,
RikardFebruary 3, 2022 at 4:06 pm #1338728You can close it.
February 4, 2022 at 4:17 am #1338803Hi,
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 -
AuthorPosts
- The topic ‘Größe und Abstand Zweitmenü (Kopfzeilenmenü)’ is closed to new replies.