[Resolved] sticky logo centered above menu

Home Forums Support [Resolved] sticky logo centered above menu

Home Forums Support sticky logo centered above menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1254961
    Torsten

    Hi,
    I couldn’t find what I need in the forum. I would like to keep the menu the same style when scrolling down, with the logo centered above the menu, just with reduced logo-height.
    For cell the menu should be sticky as well, logo left with hamburger menu right, before scrolling and when scrolling down.
    Can you help please?
    Thanks ahead,
    Torsten

    #1255260
    Torsten

    the designer for the page just came up with another idea:
    the menu should stay in position (left) and the logo (after scrolling down) floating right instead.
    Which would mean for cell, logo right, hamburger menu left…
    sorry for any inconvenience.
    best,
    Torsten

    #1255272
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this CSS a shot:

    .nav-aligned-left .navigation-stick .navigation-branding {
        order: 10;
    }
    
    .main-navigation.has-branding .menu-toggle {
        order: -1;
    }
    #1255282
    Torsten

    LOVELY! as usual.
    ๐Ÿ˜‰

    #1255700
    Tom
    Lead Developer
    Lead Developer

    Glad I could help! ๐Ÿ™‚

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