Archived topic
Center Menu Icons
1 reply · Started by James on April 16, 2019
Viewing posts 1–2 of 2
Hi,
I’m wanting to center the icons within the menu on mobile nav. I have done the text by using:
@media (max-width: 768px) {
.main-navigation .main-nav ul li a {
text-align: center;
}
}
If it’s possible.
Thanks
Hi there,
This should help:
#mobile-header {
text-align: center;
}
This archived topic is closed to new replies.