Site logo

[Resolved] Menu Items Not Lining Up

Home Forums Support [Resolved] Menu Items Not Lining Up

Home Forums Support Menu Items Not Lining Up

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2454250
    Ben

    Hey guys,

    I’ve created a centred logo but I can’t get the menu items on the right to line up, it seems they’re set over to the right.

    I’ve attached a photoshop screenshot with guidelines to show what I mean:

    How can I fix this?

    This is the site: https://bendoyle.me/

    Thanks

    #2454407
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media(min-width: 769px) {
        /* make all menu items the same width */
        .main-navigation .main-nav>ul > li {
            min-width: 161px;
        }
        /* align first to menu items right */
        .main-navigation .main-nav>ul > li:nth-child(-n+2) {
            text-align: right;
        }
    }
    #2454955
    Ben

    Perfect, thanks David!

    #2455659
    David
    Staff
    Customer Support

    You’re welcome

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