[Resolved] Sticky Navigation – Hamburger Menu Left – Logo Right

Home Forums Support [Resolved] Sticky Navigation – Hamburger Menu Left – Logo Right

Home Forums Support Sticky Navigation – Hamburger Menu Left – Logo Right

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1560629
    FunkyCss

    Hallo again Guys,

    Have searched all the possible sollutions of older topics before i open this ticket, but this it will not work for me, maybe as the older topics have to do with floats and not flex.

    I have enabled only off canvas panel as a navigation and i have it on the left, also i have enabled the sticky option of it with the logo but when it moves down, it will change the navigation to the right and the logo to the left and i need the opossite.

    am I missing something in the customizer?

    #1560928
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    #sticky-navigation .menu-bar-items {
        order: -10;
        margin-left: unset;
        margin-right: auto;
    }
    #1561009
    FunkyCss

    Hi David! Thanks this makes the logo to be right on of canvas – sticky menu!\

    Thank you friend.

    #1561922
    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.