Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

[Resolved] center logo outside menu

Home Forums Support [Resolved] center logo outside menu

Home Forums Support center logo outside menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #371665
    Visual D

    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

    #372138
    Tom
    Lead Developer
    Lead Developer

    Give this a shot:

    .centered-navigation-logo {
        position: relative;
        width: 217px;
    }
    
    .centered-navigation-logo img {
        position: absolute;
        z-index: 1;
        left:0;
    }
    #372268
    Visual D

    That is great Tom. You are the best

    #372356
    Tom
    Lead Developer
    Lead Developer

    Glad I could help 🙂

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