Archived topic
Can't change the "Navigation Alignment" - its still on the left
3 replies · Started by Robert on November 14, 2020
Viewing posts 1–4 of 4
Hi
I have 2 problems with the MENU:
1. even I set the "Navigation Alignment" to the right - nothing changed: it's still to the left...
2. the width of the Navigation is very small so now I have 2 lines of the menu. Where I can make it wider ?
Kr
Robert
Hi there,
in Customizer > Additional CSS - remove this:
/* Primary navigation styles */
.main-navigation:not(.toggled) .main-nav>ul {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
yep - You right!
it works - thx a lot!
Kr
Robert
Glad to be of help
This archived topic is closed to new replies.