Archived topic
Main Navigation Menu Position
7 replies · Started by Dwight on March 3, 2016
Viewing posts 1–8 of 8
How can I move the main navigation menu down so that it's centered from top to bottom?
http://jacquarstyles.com/
Give this a shot:
@media (min-width: 769px) {
.nav-float-right .main-navigation {
margin-top: 35px;
}
}
Perfect, thanks!
You're welcome :)
Hi,
Same problem in http://pre.thermorecetascocina.es/contacto/
With:
@media (min-width: 769px) {
.nav-float-right .main-nav {
margin-top: 35px;
}
}
Sticky menu aplies to, and the top moves.
Thanks!
Try this instead:
@media (min-width: 769px) {
.nav-float-right .main-navigation:not(.navigation-clone) {
margin-top: 35px;
}
}
Works perfect!
Thanks :)
You're welcome :)
This archived topic is closed to new replies.
