Archived topic
How can i keep my logo in center in mobile
3 replies · Started by Shivam on September 14, 2019
Hey i want to keep my logo in the center and search icon and menu icon in left right...
something like this ... click here to check image
Hi there,
Try removing the mobile menu label:
https://docs.generatepress.com/article/mobile-menu-label/
Then add this CSS:
.main-navigation.has-branding .menu-toggle, .main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
order: -1;
}
.site-logo.mobile-header-logo {
margin-left: auto;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
It worked but not working on sticky header
Edited the CS above:
https://generatepress.com/forums/topic/how-can-i-keep-my-logo-in-center-in-mobile/#post-1009510
Make sure to clear your caching plugin.