Reply To: Offset anchors with fixed header

Home Forums Support Offset anchors with fixed header Reply To: Offset anchors with fixed header

Home Forums Support Offset anchors with fixed header Reply To: Offset anchors with fixed header

#227679
Bin

Sorry, Tom. It doesn’t work!

I used

<div class="anchor" id="test"><!-- anchor --></div>

together with

a.anchor {
  display: block; 
  position: relative; 
  top: -80px; 
  visibility: hidden; }

Result: NO scroll-offset-effect!!!

Where is my mistake?