Site logo

[Resolved] Centering Block Site Header that contains an image

Home Forums Support [Resolved] Centering Block Site Header that contains an image

Home Forums Support Centering Block Site Header that contains an image

Viewing 6 posts - 31 through 36 (of 36 total)
  • Author
    Posts
  • #2495669
    Leo
    Staff
    Customer Support

    That works for the logo, but not the actual menu

    Not sure if I fully understand.

    Can you explain a bit more?

    #2495673
    Bruce

    I don’t want any space between the logo and the menu

    #2495681
    Leo
    Staff
    Customer Support

    Remove this CSS:

    body:not(.home) .main-navigation .navigation-branding {
        margin-right: auto;
    }

    and try this instead:

    body:not(.home) .nav-align-center .inside-navigation {
        justify-content: flex-start;
    }
    #2495683
    Bruce

    That’s perfect!
    Thank you for all your help and your patience.
    Bruce

    #2495686
    Bruce

    Resolved

    #2495690
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 6 posts - 31 through 36 (of 36 total)
  • The topic ‘Centering Block Site Header that contains an image’ is closed to new replies.