Reply To: main navigation would not vertically align in the middle

Home Forums Support main navigation would not vertically align in the middle Reply To: main navigation would not vertically align in the middle

Home Forums Support main navigation would not vertically align in the middle Reply To: main navigation would not vertically align in the middle

#206549
Tom
Lead Developer
Lead Developer

Hi there,

You’ll need to move the navigation down with some CSS as the logo is much taller than the navigation.

For example:

@media (min-width: 769px) {
    .main-navigation {
        margin-top: 20px;
    }
}

Adding CSS: https://generatepress.com/knowledgebase/adding-css/

Adjust the px as needed 🙂