Site logo

Archived topic

How to increase header height

3 replies · Started by John on October 27, 2019

Viewing posts 1–4 of 4

Hello

How to increase header height.

Seems, there is no top/bottom margin/padding for logo.

Thanks

Added but still, seems menu and search icon top/bottom are not equal.

Hi there,

add this CSS to vertically align the menu and search icons:

@media (min-width: 769px) {
    .main-navigation ul {
        align-items: center;
    }
}
This archived topic is closed to new replies.