Site logo

Archived topic

center logo outside menu

3 replies · Started by Edwin on August 22, 2017

Viewing posts 1–4 of 4

Hi

I followed the tutorial to have the logo centered and menu left and right and it is working great, but is there a way to have the logo move outside the menu from the top and bottom?

Normally i would do that with position absolute and top and bottom, but that doesn't work in this case. Any other solution you can think off?

Website is: https://gbmma.com.au/new/

Thanks

Edwin

Give this a shot:

.centered-navigation-logo {
    position: relative;
    width: 217px;
}

.centered-navigation-logo img {
    position: absolute;
    z-index: 1;
    left:0;
}

That is great Tom. You are the best

Glad I could help :)

This archived topic is closed to new replies.