Archived topic
Enlarge header logo when using navigation as header
4 replies · Started by NBC on August 2, 2020
Ironically, I now have my sticky-nav logo larger than my header logo! That's a first.
I'd like to get the header logo the same size as the sticky-nav logo (menu-item height 100px). Am I missing a setting, or does this call for custom CSS?
And now, for some reason, my non-sticky header logo has disappeared. [ETA: Not gone; the browser froze before I had published the logo. Still wrestling with the logo size, but it's definitely there.]
Hi there,
Give this CSS a shot:
.main-navigation .navigation-branding img {
height: 100px;
}
TADAH!
That's the ticket.
Thank you, Tom!
You're welcome :)