I have a website and an anchor link (#about_us).
The problem is that is not jumping always to the same position.
I have a #page_header with position:fixed.
I searched a bit and tried with this fix:
#about_us{
scroll-margin-top: 10em !important; /*2*/
}
but the anchor is still not jumping to the same location, from all pages.
What could be the problem? And how can I fix it?
Thanks advanced