[Resolved] Navigation Alignment with Logo

Home Forums Support [Resolved] Navigation Alignment with Logo

Home Forums Support Navigation Alignment with Logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1311091
    Chitika

    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.

    #1311160
    David
    Staff
    Customer Support

    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;
    }
    #1316527
    Chitika

    Thanks. It worked that way.

    #1316611
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.