• The site I am working on has a fixed/sticky nav, when skip to content is triggered to my #content anchor, the content gets hidden under the nav. How can I add some spacing to prevent it from being hidden under the main header navigation on a site? say 100px or so…

    thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    You would probably need to add some kind of JS that offset the vertical scroll of the page by the height of your fixed navigation. If you did that, you’d also need to make sure that your adjustment to vertical scroll did *not* prevent the change of focus triggered by the skip to content link.

Viewing 1 replies (of 1 total)
  • The topic ‘Content hidden under Sticky Nav’ is closed to new replies.