Archived topic
menu
5 replies · Started by Víctor González on May 29, 2021
Viewing posts 1–6 of 6
Dear:
I have put the menu centered and in the mobile version it appears on the left side. How can I put the menu centered on the mobile.
Thanks
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
ok
Try this CSS:
@media (max-width: 768px) {
.nav-align-center .main-navigation .inside-navigation {
justify-content: center;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
hi Leo,
it doesn't work
Hi Victor,
Try this CSS:
menu-toggle {
margin-left: auto;
margin-right: auto;
}
This archived topic is closed to new replies.