Site logo

Archived topic

Float Right Menu won't Float Right

5 replies · Started by Scott on December 18, 2017

Viewing posts 1–6 of 6

I have set my primary and secondary menus to float right and it works for them secondary (top 2-item menu) however, the bottom primary menu still runs left under the logo and doesn't float at all.

Any suggestions?

Hi there,

Looks like you have this CSS added:

.nav-float-right .inside-header .main-navigation {
    float: right;
    display: inline-block;
    vertical-align: middle;
}

Can you try removing it?

Thanks, Leo. I removed that and it went to the left, but it still doesn't float past the logo.

That worked... thanks. I did have to add

.secondary-navigation {
    margin-bottom: 50px;
}

to get it down to the top of the next section, but all is good.

No problem!

This archived topic is closed to new replies.