Home › Forums › Support › Logo center and menu to right This topic has 3 replies, 2 voices, and was last updated 6 months, 2 weeks ago by Fernando. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 14, 2022 at 6:32 pm #2343234 Leanne Hi, I would like to center the logo and have the menu to the right. I do not want the menu on the left and right, just on the right. Can you help me do this? Thanks, Leanne September 14, 2022 at 6:39 pm #2343236 Fernando Customer Support Hi Leanne, You can try adding this CSS in Appearance > Customize > Additional CSS: @media (min-width: 1025px) { .site-logo.page-hero-logo { position:absolute; left: 50%; transform: translateX(-50%); } .inside-header.grid-container { position: relative; } } Your menu takes up a bit of space though, and thus, your logo would overlap. You would need to reduce the spacing and the font size of the menu items or something else. September 14, 2022 at 6:42 pm #2343239 Leanne Perfect! Thank you very much! September 14, 2022 at 6:42 pm #2343240 Fernando Customer Support You’re welcome Leanne! 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