[Support request] Logo off-center with secondary navigation floated right?

Home Forums Support [Support request] Logo off-center with secondary navigation floated right?

Home Forums Support Logo off-center with secondary navigation floated right?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #357953
    Michael

    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!

    #357961
    Michael

    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;
    }

    #358088
    Leo
    Staff
    Customer Support

    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!

    #359102
    Michael

    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 ๐Ÿ™‚

    #359172
    Leo
    Staff
    Customer Support

    Sounds good. We will be here ๐Ÿ™‚

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.