diff --git a/theme/site/globals/site.overrides b/theme/site/globals/site.overrides index 46f22d5..d5ffc81 100644 --- a/theme/site/globals/site.overrides +++ b/theme/site/globals/site.overrides @@ -2413,10 +2413,11 @@ main { .sticky-outer-wrapper, .sticky-inner-wrapper { position: relative !important; - width: 100% !important; + width: auto !important; height: auto !important; background: transparent !important; box-shadow: none !important; + transform: none !important; @media (max-width: 1200px) { top: 75px !important; } @@ -2450,9 +2451,12 @@ main { font-size: 20px; } - .lead-navigation-item:not(:first-child) { + .lead-navigation-item { display: none; } + .lead-navigation-item.active-lead-nav { + display: initial; + } } }