Site logo

Archived topic

Logo off-center with secondary navigation floated right?

4 replies · Started by Michael on August 1, 2017

Viewing posts 1–5 of 5

Hi there,

I have a primary menu underneath the logo, and a secondary navigation with 3 items floated right, next to the logo. Unfortunately, it pushes the logo off-center to the left. Any idea on how to keep the logo in the centre and still float the menu to the right of it?

Thanks so much, your help is greatly appreciated!

I tried this CSS which I found in the forums and added position:absolute - it works but just want to make sure it's not a hack-job? Is there a better way to do it?

.inside-header .secondary-navigation {
float: none;
display: inline-block;
vertical-align: middle;
position: absolute;
right:40px;
}

Hi there,

Any chance you can link us to your site? Just want to take a look and make sure it's all good.

Thanks!

Hi Leo,

Unfortunately, it's on a local server but I will send a link as soon as it's on a live testing server for you to have a look at?

Thanks :)

Sounds good. We will be here :)

This archived topic is closed to new replies.