[Resolved] Primary Navigation vertical align with bottom of logo

Home Forums Support [Resolved] Primary Navigation vertical align with bottom of logo

Home Forums Support Primary Navigation vertical align with bottom of logo

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #967798
    Sarah

    Hi, I’m using a larger than normal logo 120 high 400 wide and would like the primary navigation (aligned right) to be in line with the bottom of the logo. I’ve tried customiser > Layout > Primary Navigation > Menu Item Height but it will only bring it down so it aligns with the center of the logo. Is there some CSS that could fix this?

    Thank you for your help!
    Sarah

    #967971
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can disable the coming soon page so I can see the page in question?

    Let me know πŸ™‚

    #968445
    Sarah

    Hi Leo, I can give you a login if you could give me an email address. Or I can send you a screenshot.
    Cheers!
    Sarah

    #968537
    Tom
    Lead Developer
    Lead Developer

    Hi Sarah,

    Can you send login details through our Account Issue form here?: https://generatepress.com/contact

    Just be sure to mention this topic πŸ™‚

    Thanks!

    #968714
    Sarah

    Thanks Tom! Have just done it πŸ™‚

    #968752
    Leo
    Staff
    Customer Support

    Hi there,

    I would suggest to use even top and bottom header padding:
    https://docs.generatepress.com/article/header-padding/

    Decrease the menu item height:
    https://docs.generatepress.com/article/menu-item-height-width/

    Then use this CSS to move the navigation down:

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

    Let me know if this is what you are looking for πŸ™‚

    #969015
    Sarah

    You’re a star, that’s worked brilliantly! Thanks Leo πŸ™‚

    #969404
    Leo
    Staff
    Customer Support

    Glad I could help πŸ™‚

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