I'm working on a site with a Sticky Navigation and when I use
<a href="#example">Example Link</a>
the Sticky Nav overlaps the top of the #example
.
The Nav height is 70px
so I'm wondering if there's any way to link to #example
but start 70px down. I'd rather not create an additional ID since it will probably make things a mess.
Any ideas?