Archived topic
Secondary Navigation alignment doesn´t work in Mobile View
3 replies · Started by ghazii on April 22, 2019
Viewing posts 1–4 of 4
Hello,
I would like to display the secondary navigation on mobile devices on the right side.
I have made the setting in the customizer. On the desktop that works too, but the navigation is centered on the mobile. I have tried all conceivable constellations of settings ... unfortunately without success. Can you help me ?
Thank you
Michael
Hi there,
try this CSS:
@media (max-width: 768px) {
.secondary-navigation .main-nav ul li a,
.secondary-navigation .menu-toggle {
text-align: right;
}
}
Thank you so much...it works ;)
Glad to be of help.
This archived topic is closed to new replies.