Home › Forums › Support › Menu Items Not Lining Up This topic has 3 replies, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 8, 2022 at 2:49 am #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 December 8, 2022 at 5:10 am #2454407 DavidStaff 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; } } December 8, 2022 at 11:41 am #2454955 Ben Perfect, thanks David! December 9, 2022 at 3:26 am #2455659 DavidStaff Customer Support You’re welcome Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In