Archived topic
align secondary mobile menu items horizontaly
3 replies · Started by Chad Biggs on April 9, 2017
Viewing posts 1–4 of 4
Is there a way to align the secondary mobile menu items horizontally?
-chad
Give this a shot:
@media (max-width: 768px) {
.secondary-navigation .main-nav .sf-menu>li {
text-align: center !important;
}
}
Thank you.
You're welcome :)
This archived topic is closed to new replies.