[Support request] Logo center and menu to right

Home Forums Support [Support request] Logo center and menu to right

Home Forums Support Logo center and menu to right

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2343234
    Leanne

    Hi,

    I would like to center the logo and have the menu to the right. I do not want the menu on the left and right, just on the right.

    Can you help me do this?

    Thanks,
    Leanne

    #2343236
    Fernando
    Customer Support

    Hi Leanne,

    You can try adding this CSS in Appearance > Customize > Additional CSS:

    @media (min-width: 1025px) {
        .site-logo.page-hero-logo {
            position:absolute;
            left: 50%;
            transform: translateX(-50%);
        }
    
        .inside-header.grid-container {
            position: relative;
        }
    }

    Your menu takes up a bit of space though, and thus, your logo would overlap. You would need to reduce the spacing and the font size of the menu items or something else.

    #2343239
    Leanne

    Perfect! Thank you very much!

    #2343240
    Fernando
    Customer Support

    You’re welcome Leanne!

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