Archived topic
Menu mobile center
1 reply · Started by Antonio on February 20, 2021
Viewing posts 1–2 of 2
the menu on my mobile is on the left side I want it to be center.
https://elmejorproducto.com/superalimentos/la-mejor-espirulina/
Hi Antonio,
Try this CSS:
@media (max-width: 768px) {
.main-navigation button.menu-toggle {
margin-left: auto;
margin-right: auto;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.