Archived topic
Editing mobile hamburger menu
5 replies · Started by Caleb on June 13, 2019
Viewing posts 1–6 of 6
My three line (hamburger) icon to collapse and uncollapse the navigation menu is centered. How do I get it to align on the right or left?
Hi there,
if you activate the Mobile Header in Customizer > Layout > Header it will align left, and if you add a mobile header logo then it will align right.
Hi David, I have done as you advised and it is still centered.
If your not adding a logo then add this CSS:
button.menu-toggle {
text-align: right;
}
Thanks!
You're welcome
This archived topic is closed to new replies.