Archived topic
Max Mega Menu - moves to the left of the screen when sticky
5 replies · Started by Nik on May 29, 2019
Hi there,
I am using Max Mega Menu and a sticky header. The navigation menu is configured to always be on the right side of the header but when the header becomes sticky, navigation (desktop and mobile) moves to the left side of screen.
Attempts to force the nav to float right have not been successful. Any suggestions?
Thanks,
N*
Hi there,
try adding this CSS:
.main-navigation.sticky-navigation-transition #mega-menu-wrap-primary {
order: 2;
}
Yes, that worked! I tried changing logo order to 0 and nav order to 1 without success. Thank you!
Any suggestion for an easy way to get the sticky nav (currently contained) to span across the entire screen?
Thanks again David!
This CSS:
.sticky-enabled .main-navigation.is_stuck {
max-width: 100%;
}
Perfect. Thanks again!
You're welcome