I have a fixed header height 50px. In my body, I have a lot of anchors. The problem is that, when I click on links pointing to anchors, the anchor appears under my fixed header
It is an old thread, i know - but maybe other people has the same question.
An Opportunity is setting a top padding to each anchored div like this:
.box{ padding-top: 50px; ... }
Now your anchor scroll will reach the box without any empty containers before, and the padding you add in CSS will give you the space to show the content directly under your header.