Site logo

Archived topic

Navigation Alignment with Logo

3 replies · Started by Chitika on June 2, 2020

Viewing posts 1–4 of 4

Hello.
I used the following link to remove logo link from all pages.
https://docs.generatepress.com/article/generate_logo_output/

But the alignment of logo and primary navigation is disturbed.
Before that I checked the option to align logo and navigation menu in one line.
That is disturbed.

How to resolve it.

Hi there,

use this CSS to reduce the width of your logo to allow it to fit in one line:

.site-logo {
    max-width: 200px;
    margin-right: auto;
}

Thanks. It worked that way.

Glad to hear that

This archived topic is closed to new replies.