Archived topic
Chnage the location of menu to the right side
5 replies · Started by Jeena on December 26, 2022
Hi there,
I need help to change the location of the menu to the right side on mobile view.
I have link photo for reference.
Thank you
Hi there,
Does the mobile header option work for you?
https://docs.generatepress.com/article/mobile-header/
If not can you link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Hey Leo,
Thank you for your reply.
I have attached my link below. I center-aligned the menu, so it looks fine on iPad and desktop, but for some reason, it looks odd so I want to align the menu on the left side.
Please help.
Thanks
Try this CSS:
@media (max-width: 768px) {
.main-navigation .menu-toggle {
text-align: left;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Hi Leo,
Thank you so much.
All sorted. :)
No problem :)
