Home › Forums › Support › Getting my logo to the center on mobile/Desktop This topic has 5 replies, 2 voices, and was last updated 3 years, 3 months ago by Fernando. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts March 5, 2023 at 11:49 pm #2556993 Heath For some reason I can’t figure out how to get my logo to be center on desktop and mobile. I’d like for the logo to be in the center with the menu icon on the right and the search icon on the left. March 6, 2023 at 12:04 am #2557002 Fernando Customer Support Hi Heath, You have too many menu items for such a layout. Would you be open to having a hamburger button for the menu on all views? March 6, 2023 at 12:17 am #2557008 Heath Yes I would be ok with that. March 6, 2023 at 12:47 am #2557022 Fernando Customer Support If that’s the case, can you set the Mobile Menu Breakpoint to 2000 or type a really high value in Appearance > Customize > Layout > Primary Navigation? Reference: https://docs.generatepress.com/article/primary-navigation-layout-overview/ We’ll then proceed with the next step afterward. March 6, 2023 at 1:09 am #2557037 Heath I’ve updated the mobile breakpoint March 6, 2023 at 1:33 am #2557066 Fernando Customer Support Great. Can you try adding this through Appearance > Customize > Additional CSS?: .inside-header.grid-container .site-logo { position: absolute; left: 50%; transform: translateX(-50%); } nav#mobile-menu-control-wrapper { margin-left: 0; width: 100%; display: flex; flex-wrap: nowrap; } nav#mobile-menu-control-wrapper .menu-toggle{ margin-left: auto; flex-grow:0; } Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In