[Resolved] main navigation would not vertically align in the middle

Home Forums Support [Resolved] main navigation would not vertically align in the middle

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #206507
    vazirj

    Hi Thomas,

    I am currently developing a website. The default should be aligned in the middle. But on my website, eslphilippines.com it would not vertically align on the middle. Is there a way to fix this? Thanks!

    Josh

    #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 ๐Ÿ™‚

    #206585
    vazirj

    will try it then thanks!

    #206606
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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