Site logo

Archived topic

Sticky menu navigation moves to the middle on scroll

7 replies · Started by karenh on January 31, 2021

Viewing posts 1–8 of 8

Hi I went through documentation and I'm not sure what is going. But when I scroll the menu moves to the middle. Any insights would be great (I notice it on Chrome & Firefox). Here is the URL: thanks!

Hi there,

You can add this CSS to match the sticky w/ the default state.

nav#sticky-navigation div#primary-menu {
    margin-left: auto;
}

nav#sticky-navigation .inside-navigation.grid-container {
    border-bottom: 1px solid #222;
}

Thanks! That worked!

No problem. :)

Hello Elvin,
I am also having this issue. Unfortunately your previous code did not resolve this issue. Are you able to take a look at my site here?

Can you open a new topic for your question?

Your issue is a bit different.

Thanks!

Just answered :)

This archived topic is closed to new replies.