Archived topic
Mobile menubar
3 replies · Started by demoxing on August 11, 2020
Hello,
Is it possible to move the search icon to the right side and the menu bar icon to the left side? if yes then how? I am trying to adjust it by using "Menu Item Width" but it doesn't work perfectly. how can I do that?
I just want to replace the search and menu bar placement.
reference: https://imgur.com/YmwtYjv
Hi there,
Try this CSS:
.main-navigation.has-branding .menu-toggle {
order: 1;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
thank you so much leo, you are awesome <3 it works perfectly <3
No problem :)