Site logo

[Support request] logo in the menu does not align to the left

Home Forums Support [Support request] logo in the menu does not align to the left

Home Forums Support logo in the menu does not align to the left

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1437209
    Stefano

    Hello,
    with the latest update there is no way to align the logo left in the menu bar. What can I do? Thank you

    #1437409
    Leo
    Staff
    Customer Support

    Hi there,

    Sorry can you clear and disable the caching plugin for me to take a closer look at the code?

    Thank you!

    #1437484
    Stefano

    Cache plugin disabled

    #1437957
    David
    Staff
    Customer Support

    Hi there,

    do you want to keep the nav centered ? and the logo left ?

    If so – add this CSS:

    @media(min-width: 1080px) {
        .navigation-branding {
            position: absolute;
            left: 0;
            top: 0;
        }
    }
    #1438381
    Stefano

    Perfect! You can align the logo left at 1200px as in content. Thank you

    #1438649
    David
    Staff
    Customer Support

    Change the Customizer > Layout > Primary Navigation –> Inner Navigation Width to Contained. This will align the logo to the edge of the content container.

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