Archived topic
how to change Slideout Navigation
6 replies · Started by Phat on June 17, 2018
Dear,
I want to change Slideout Navigation from left to right. Could you help me?
Thanks,
Phat
linke website: https://www.mavachshop.com
Sorry, I want to change Slideout Navigation from right to left. You can see my website https://www.mavachshop.com
Hi Phat,
the Customiser > Layout > Slideout Navigation > Side.
You can choose left or right.
but i want change Slideout Navigation button from right to left
Thanks
Hi there,
Sorry for not getting back to you sooner!
Try this CSS:
#menu-san-pham {
display: flex;
}
.main-navigation li {
order: 2;
}
.main-navigation .slideout-toggle {
order: 1;
}
Depending on your browser support needs, you may need to run that code through this tool: https://autoprefixer.github.io/