Site logo

Archived topic

Unable to center menu item in secondary nav on mobile

2 replies · Started by Maria on August 5, 2022

Viewing posts 1–3 of 3

I tried each of these but neither code worked:
.secondary-navigation .main-nav ul li a, .secondary-navigation .menu-toggle {
text-align: center!important;
}

.secondary-navigation .main-nav > ul {
justify-content: center!important;
}

See screenshot: https://www.screencast.com/t/j6Zw2qYU5

Hi there,

try adding this CSS to center the menu item text:

.secondary-navigation .main-nav ul li a {
    text-align: center;
}

That worked perfectly. Thank you so much.

This archived topic is closed to new replies.