Site logo

Archived topic

Sticky Mega Menu Bug - Not Expanding Full Width

3 replies · Started by Resulta on February 1, 2021

Viewing posts 1–4 of 4

Looking to resolve a bug with the sticky primary nav not expanding full width on scroll.

Hi there,

The Sticky Navigation width uses the width you set in Customizer > Layout > Primary Navigation, changes it inner width to Full.

Yeah, that's what I originally thought however I have the primary nav set to full width and it is working but when it changes to the sticky nav on scroll it narrows

Hi there,

You can try adding this CSS to make the sticky nav go full width:

nav#sticky-navigation .inside-navigation.grid-container {
    max-width: 100%;
    padding: 20px 80px 20px 40px;
}

The padding is optional, you can remove it if its not required.

This archived topic is closed to new replies.