[Resolved] sticky navigation different alignment

Home Forums Support [Resolved] sticky navigation different alignment

Home Forums Support sticky navigation different alignment

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1478347
    dasigna

    hi there,

    another navigation nut to crack πŸ˜‰

    having centered header and navigation -> sticky navigation with logo has basically the same behaviour (with logo un the left side, all centered) by default.
    but: the sticky should have the logo on the outer left and navigation aligned to the right.

    currently struggling to get this done properly. if setting the sticky navigation to align right, the logo always follows. wont stay outer left …

    big thanks in advance for some love tap.

    #1478436
    David
    Staff
    Customer Support

    Hi there,

    can you disable your cache so i can see whats causing that.

    #1478451
    dasigna

    hi david,

    no issue…! i need to tweak that according to the demand πŸ™‚

    cache disabled nevertheless.

    #1478792
    Leo
    Staff
    Customer Support

    Try this CSS:

    .nav-aligned-center .main-navigation.has-sticky-branding.navigation-stick .inside-navigation {
        justify-content: flex-start;
    }
    .nav-aligned-center .main-navigation.has-sticky-branding.navigation-stick .main-nav {
        margin-left: auto;
    }
    #1480144
    dasigna

    thanks leo!

    absolutely perfect. didnt find the flex-start thing πŸ˜‰

    great.

    #1480794
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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