Site logo

Archived topic

Header Float Right Issue

5 replies · Started by Eugen on July 18, 2016

Viewing posts 1–6 of 6

Hi,

I'm trying to get my primary navigation in line with my logo, however the primary navigation sticks to the top of header instead of being centered or at the bottom. How can I change that?Header Float Right Issue

Thanks
Eugen

Hi there,

Try this CSS:

@media (min-width: 769px) {
    .main-navigation {
        margin-top: 20px;
    }
}

Adjust the 20px as needed :)

Ok, so just increase the top margin? Thanks

Yep, and that media query will make sure it only applies on desktop (not mobile) :)

Great thanks!

You're welcome :)

This archived topic is closed to new replies.