[Resolved] remove navigation/header movement on scrolling

Home Forums Support [Resolved] remove navigation/header movement on scrolling

Home Forums Support remove navigation/header movement on scrolling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1016627
    Steig

    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!

    #1016655
    David
    Staff
    Customer Support

    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.

    #1016780
    Steig

    thank you!

    #1016783
    David
    Staff
    Customer Support

    You’re welcome

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