[Resolved] Max Mega Menu – moves to the left of the screen when sticky

Home Forums Support [Resolved] Max Mega Menu – moves to the left of the screen when sticky

Home Forums Support Max Mega Menu – moves to the left of the screen when sticky

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #914444
    Nik

    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*

    #914467
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .main-navigation.sticky-navigation-transition #mega-menu-wrap-primary {
        order: 2;
    }
    #914537
    Nik

    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!

    #914562
    David
    Staff
    Customer Support

    This CSS:

    .sticky-enabled .main-navigation.is_stuck {
        max-width: 100%;
    }
    #914577
    Nik

    Perfect. Thanks again!

    #914586
    David
    Staff
    Customer Support

    You’re welcome

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