[Resolved] Set Logo to Left and Keep Navigation Centered

Home Forums Support [Resolved] Set Logo to Left and Keep Navigation Centered

Home Forums Support Set Logo to Left and Keep Navigation Centered

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #977300
    Evangelos

    Good Afternoon Team,

    I’ve been searching for the solution for the past week and I finally decided to ask. I need assistance with getting the header logo to be as close as possible to the left side of the header bar while still keeping the navigation centered as it is currently. I tried the floating logo CSS but then saw that it does not apply to 1.8. Also tried adjusting the margin of the logo and it seems to hit some sort of container if I set it to a negative margin. Any tips or advice on how to set this will be appreciated.

    Thank you!

    #977322
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS with you current setup:

    .navigation-branding {
        position: absolute;
        left: 0;
    }
    #977360
    Evangelos

    Hi David,

    First off, thank you so much for such a quick response! Tried it out and it worked perfectly!! Thank you again.

    #977365
    David
    Staff
    Customer Support

    Glad to be of help

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