Home › Forums › Support › About Menu This topic has 13 replies, 3 voices, and was last updated 4 years, 5 months ago by David. Viewing 14 posts - 1 through 14 (of 14 total) Author Posts July 6, 2019 at 3:03 am #950325 John Hello Is It possible to set the logo in the middle of off canvas menu and search icon? Like this website – https://www.thespruce.com/ Thanks July 6, 2019 at 8:53 am #950561 LeoStaff Customer Support Hi there, Can you try setting the navigation location to float right? https://docs.generatepress.com/article/navigation-location/ Then I can try some CSS. Let me know 🙂 July 6, 2019 at 9:09 am #950570 John Done, Please check now. July 6, 2019 at 9:30 am #950604 LeoStaff Customer Support Actually try this instead: https://generatepress.com/forums/topic/centered-logo-with-hamburger-menu-left-and-search-icon-right/#post-691073 July 6, 2019 at 10:15 am #950639 John Follow all the instructions. Working fine on desktop version. But need some work on mobile version. Could you check please? July 6, 2019 at 2:47 pm #950772 LeoStaff Customer Support Try adding this: .main-navigation .mobile-bar-items { margin-left: auto; } July 7, 2019 at 12:08 am #950927 John Added, Could you recheck in mobile version, Is It Okay or need further work? I’m little confused. July 7, 2019 at 5:08 am #951028 DavidStaff Customer Support Hi there, could you flush and disable autoptimize then i can take a look. You can re-enable it once we have adjusted the CSS July 7, 2019 at 6:42 am #951076 John Done, You can check now. July 7, 2019 at 6:55 am #951080 DavidStaff Customer Support So first we need to adjust the position of the logo so edit this CSS: #mobile-header .site-logo { position: absolute; left: calc( 50% - 90px); /* 50% from the left - half your image width */ } And change the 90px to 43px. Then add this CSS: @media (max-width: 768px) { #mobile-header button.menu-toggle { padding-left: 10px; } .mobile-bar-items .search-item a { padding-right: 20px !important; } } July 7, 2019 at 7:17 am #951096 John Works Great. Find one more issue. Please visit any single post. Seems some blank gap between menu and featured image(Only for mobile device). I didn’t notice this issue for the homepage. July 7, 2019 at 8:15 am #951261 DavidStaff Customer Support Try this CSS: .single-post .page-header { display: none; } July 7, 2019 at 8:49 am #951291 John Solved. Thanks for such great help. July 7, 2019 at 8:58 am #951295 DavidStaff Customer Support Glad to be of help Author Posts Viewing 14 posts - 1 through 14 (of 14 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In