Home › Forums › Support › Center Logo on Mobile for a woocommerce store This topic has 3 replies, 2 voices, and was last updated 2 years, 6 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 12, 2022 at 4:01 am #2340362 FunkyCss Hi there, I would like to use my logo on center on mobile left the menu and right the cart, like most woo stores for mobile. There is any way I can do this for my website ? I have tried mobile header but does not has this kind of option. September 12, 2022 at 7:17 am #2340516 DavidStaff Customer Support Hi there, try this CSS: @media(max-width: 768px) { #mobile-header.main-navigation .menu-toggle { order: -1; margin-right: auto; } #mobile-header.main-navigation .mobile-header-logo { position: absolute; top: 0; left: 50%; transform: translateX(-50%); } } September 12, 2022 at 7:18 am #2340518 FunkyCss Works like a charm! Thank you so much! September 12, 2022 at 7:29 am #2340533 DavidStaff Customer Support Glad to hear that!! 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