Site logo

Archived topic

Changing the height of a sticky header

3 replies · Started by Hugh on October 14, 2020

Viewing posts 1–4 of 4

Is there an option inside of the customiser to change just the height of the sticky header? If there is i'm blind and I missed it.

Hi there,

you can adjust the Menu Item Height in Customizer > Layout > Sticky Navigation.

Hi David, thanks for that.

If i increase the menu height too much the logo (which is on the left hand side of the menu items) pops up above the menu centred. Is there a way to fix the logo to stay on the left in the sticky menu.

You can use some CSS to fix the height of the logo:

.sticky-enabled .main-navigation.is_stuck .navigation-branding img {
    height: 50px;
}
This archived topic is closed to new replies.