Archived topic
remove navigation/header movement on scrolling
3 replies · Started by Steig on September 23, 2019
Hello,
The header on the site is fixed so as the page scrolls, it stays in place. The top (and only) navigation bar also doesn't scroll away. The problem I'm dealing with is that when scrolling the navigation bar slides upward slightly and ends up encroaching on the lower part of the logo. How can the navigation bar be "locked" into place right at the base of the header to eliminate this problem?
Thanks!
Hi there,
you have this CSS:
.main-navigation {
top: 84px;
}
Adjust the top: 84px to match the height of the site header which is 106px.
thank you!
You're welcome