Archived topic
How can I move only the first position in the MENU to the left side?
1 reply · Started by Robert on May 28, 2021
Viewing posts 1–2 of 2
Hi
I just wanna ask:
How can I move only the first position (the phone nummber) in the MENU to the left side?
Like on this screen:
https://snipboard.io/b16wZV.jpg
Kr
Robert
Hi there,
try adding this CSS:
.nav-float-right #site-navigation,
.nav-float-right #site-navigation #primary-menu {
flex: 1;
}
.main-navigation li:first-child {
margin-right: auto;
}
This archived topic is closed to new replies.