Site logo

Archived topic

Navigation as Header and logo height - Increase size

3 replies · Started by Trenton on March 11, 2020

Viewing posts 1–4 of 4

Website is using Navigation as Header
Would like to increase size of the logo, previously accomplished by increasing Menu Item Height. This gives the desired appearance with logo size of 125px but the increased height of menu items causes dropdown menus to be anchored lower than intended (sitting inline with bottom of logo rather than bottom of nav menu text).

Is there a way to increase logo size without increasing menu height, or adjust the dropdown anchor points to match nav menu location?

Hi there,

use this CSS to size your logo:

.main-navigation .navigation-branding img {
    height: 125px;
}

That was it, thank you very much.

You're welcome

This archived topic is closed to new replies.