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

#227527
Bin

Maybe this could be working?

<h2 class="anchor" id="test2"></h2>

with this css:


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