Archived topic
Center menu items on mobile view
3 replies · Started by Larry on April 26, 2018
Viewing posts 1–4 of 4
Is this possible?
Thanks
Larry
Hi there,
Try this CSS:
@media (max-width: 768px) {
.main-navigation .main-nav ul li a {
text-align: center;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Perfect!
Thank you very much!
No problem :)
This archived topic is closed to new replies.