I have a header on my website that is fixed and is say 100px high. As the page is scrolled the website's content scroll underneath the header.
The problem is, if I now click on an anchor link at the top of the page it will jump to the intended section which will then be hidden underneath my fixed header.
Is there a way to have the anchor link work as normal but offset the vertical height of the fixed header so everything displays properly?
Thanks