I have an issue with my fixed header nav bar covering content at anchor points. I know there are a gazillion questions on this subject on this site and after researching used the solution here:
offsetting an html anchor to adjust for fixed header
On the whole the above solution works great, however it only seems to work correctly when scroll is initiated. I have set the header to .affix
(bootstrap) as soon scroll happens, but when at the top of the page and header is .affix-top
the above solution does not work and the header nav still covers the content.
Does anyone know a work around for this? I presume it's something today with the fact my layout is fluid and positioning when the header is affixed-top.
The site is here:
http://staging.kmashworth.co.uk
thanks