Archived topic
Hamburger/logo position
1 reply · Started by mike on December 4, 2017
Viewing posts 1–2 of 2
Hello,
I am unable to move the logo to the center the the hamburger to the right and leave the cart on the left - on mobile
Hi there,
This should move mobile header logo to center: https://docs.generatepress.com/article/centering-logo-mobile-header/
Then this should move the toggle to the right:
@media (max-width: 768px) {
.rtl.mobile-header-logo .main-navigation.mobile-header-navigation .menu-toggle {
float: left;
}
}
This archived topic is closed to new replies.