Site logo

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 :)

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.