[Resolved] Center menu in homepage

Home Forums Support [Resolved] Center menu in homepage

Home Forums Support Center menu in homepage

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #938694
    Óscar

    Hi, I would like to center my menu only in the homepage. I’m trying to do it with elements addon, but I don’t get what I want.

    I want the logo and the navigation centered merging with the content in Desktop.

    #938713
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Are you wanting the logo to display above the navigation, both centered?

    Let me know 🙂

    #938716
    Óscar

    No, I mean, I’d want the logo stacked with the navigation. Logo in the left (not all the way, but like in the same block) and navigation just to the right of the logo.

    Maybe it’s a bit confusing…

    #938729
    Tom
    Lead Developer
    Lead Developer

    Maybe try this?:

    .home .main-navigation.has-branding .inside-navigation {
        justify-content: center;
    }
    
    .home .navigation-branding {
        margin-right: 0;
    }
    #938732
    Óscar

    Yes! That worked perfectly, thanks Tom!

    #938733
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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