Site logo

Archived topic

Vertically center align primary nav in header

1 reply · Started by Jeremy on September 30, 2019

Viewing posts 1–2 of 2

Hi there,

couple of options with floated navigation:

1. Increase the menu item height to match the logo.
2. Some CSS:

@media (min-width: 769px) {
    .main-navigation {
        margin-top: 25px;
    }
}
This archived topic is closed to new replies.