Archived topic
How to move the mobile menu button to the right side
7 replies · Started by Sascha on March 9, 2022
Hi there,
please instruct me how to change the position of my Mobile menu button to the rihgt (search icon on the left). So it is mirrored.
Hi Sascha,
Try this CSS:
@media (max-width: 768px) {
.menu-bar-items {
order: -1;
margin-right: auto;
}
}
and how i move the mobile menu button to the right or left side, if the search icon are deactivated?
Hi there,
how do you want the mobile nav to be laid out ?
If you can let us know then we can provide the CSS.
Hello,
The navigation should default to the right and the menu button should be on the left. And the search icon are deactivated.
sorry maybe its my lack of coffee today but I still don't understand.
can you provide a mockup image of what you require ?
All fine :) my english are very bad.
On the mobile version, is the mobile menu toggle in the middle, if the search icon are deavtivated. And i want the mobile menu toggle on the left side.
Mine too :) lol
Do you want to keep the search on Desktop ?
IF no, then can you disable that