Archived topic
Hamburger Menu after Update to GP 3.3.0
3 replies · Started by Lutz on April 6, 2023
Hi.
I've updated from GP Premium 3.2.4 to 3.3.0 - and suddenly my "hamburger" menu on mobiles are no longer centered but left aligned. No other changes made on my website.
-Lutz
Hi there,
This is a known issue and will be fixed in the next theme release 3.3.1:
https://github.com/tomusborne/generatepress/issues/523
This CSS should provide a temporary fix for now:
.main-navigation.has-menu-bar-items button.menu-toggle {
flex-grow: 1;
}
Learn how to add CSS: https://docs.generatepress.com/article/adding-css/
You can remove it once the new version is released.
Let me know if this helps :)
That's it - thanks!
-Lutz
No problem :)