Archived topic
Sticky Navigation - Hamburger Menu Left - Logo Right
3 replies · Started by FunkyCss on December 1, 2020
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?
Hi there,
try this CSS:
#sticky-navigation .menu-bar-items {
order: -10;
margin-left: unset;
margin-right: auto;
}
Hi David! Thanks this makes the logo to be right on of canvas - sticky menu!\
Thank you friend.
Glad to be of help!