[Resolved] Navigation same like GP site.

Home Forums Support [Resolved] Navigation same like GP site.

Home Forums Support Navigation same like GP site.

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #706487
    Sergei

    Hello!
    Interested how to make navigation + logo like GP site. I add image how i want to my site.
    Thank you!

    Image Here

    #706598
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    We just set the “Navigation Location” to “Float Right”: https://docs.generatepress.com/article/navigation-location/

    Then just make sure your logo (Customize > Site Identity) is the same height as your menu items (Customize > Layout > Primary Navigation).

    #706620
    Sergei

    Im done with that, but one more problem with inline. How to make logo and menu in the same line?

    #706624
    Leo
    Staff
    Customer Support

    Make sure you follow Tom’s suggestion:

    Then just make sure your logo (Customize > Site Identity) is the same height as your menu items (Customize > Layout > Primary Navigation).

    #706627
    Sergei

    Here is image how its looks like. But i really don’t know how to make it inline. With Customize>Layout>Primary Navigation>Menu Item Height can’t do what i want.

    #706636
    Leo
    Staff
    Customer Support

    What if you set the menu item height to 82px like your logo height?

    #707125
    Sergei

    Doesn’t work for me these 82px height.

    #707178
    Leo
    Staff
    Customer Support

    Can you set it at 82px so I can see?

    It’s still currently set at 60px.

    Let me know πŸ™‚

    #707201
    Sergei

    I set it now on Menu Item Height 82px.

    #707204
    Leo
    Staff
    Customer Support

    It is now in the center of the logo image as you can see here:
    https://www.screencast.com/t/KqkgFyOq2c0A

    #707357
    Sergei

    Hmm.. And how can i get it inline? Image Here

    #707364
    Leo
    Staff
    Customer Support

    You’d have to do some manual adjustment.

    Try setting the height back to something like 30px, then add this CSS and adjust the px number as you see fit:

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

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know πŸ™‚

    #707404
    Sergei

    Okey! Big thanks.

    #707441
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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