Archived topic
Centre Menu Items on Mobile Nav
3 replies · Started by Ian on November 28, 2018
Viewing posts 1–4 of 4
How would I centre the menu items on the mobile nav only?
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/
Let me know :)
Perfect Leo. Thanks.
No problem :)
This archived topic is closed to new replies.