sticky nav hiding anchor text (but only with direct links)

  • Hello,

    Having an issue here where the sticky navigation hides the anchor text behind it, but only through a direct link.

    I have smooth scroll on, and with my table of contents, anything clicked from the table of contents works perfectly.

    However, if you then take any of those anchor links and paste it in the browser, the sticky nav is behind it.

    Any help?

    Regards,

  • Hi there,

    Can you try adding this CSS:

    [id] {
      scroll-margin-top: 80px;
    }

    Let me know if that fixes the issue.

  • This worked perfectly, thank you!

  • You’re welcome!

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