Archived topic
Mobile menu set to the right
3 replies · Started by Kle on January 11, 2021
Viewing posts 1–4 of 4
Hi there,
I want to have the burger menu on mobile on the right side but no matter what I do in the customizer stays on the left.
Can you please take a look at my site? I'll leave the info in this post.
Thank you.
Hi there,
Can you give this CSS a shot?
@media (max-width: 768px) {
body.nav-aligned-right .main-navigation.nav-align-right .inside-navigation {
justify-content: flex-end;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Hi Leo,
Thank you very much, worked perfectly.
No problem :)
This archived topic is closed to new replies.