Archived topic
center sticky navigation when nav-float-right
3 replies · Started by Jamal on November 1, 2016
Viewing posts 1–4 of 4
Hi
I would like to center sticky navigation when primary navigation is set to float right. Is there a more elegant solution than this? Thanks
/* Center sticky navigation when nav-float-right */
@media (min-width: 769px) {
.nav-float-right .navigation-clone.main-navigation {
text-align: center !important;
}
}
Probably no need for the !important if you add body in front of .nav-float-right like this: body.nav-float-right
That worked, thanks !
You're welcome :)
This archived topic is closed to new replies.