Archived topic
hamburger menu left
2 replies · Started by Max on May 12, 2022
Viewing posts 1–3 of 3
How to get the hamburger menu left instead of right. The logo at the right of it?
For this website btw
Hi Max,
Try this CSS:
#mobile-header .inside-navigation.grid-container.grid-parent {
flex-direction: row-reverse;
}
#mobile-header.mobile-header-navigation.has-menu-bar-items .mobile-header-logo {
margin-right: 10px;
}
#mobile-header.has-menu-bar-items button.menu-toggle {
padding-left: 10px;
}
This archived topic is closed to new replies.