Home › Forums › Support › Offset anchors with fixed header › Reply To: Offset anchors with fixed header
April 29, 2016 at 11:56 pm
#190513
xyz
<p style="position: relative;"></p>
Hi Tom,
The above works beautifully. I found it here – http://stackoverflow.com/questions/17534661/make-anchor-link-go-some-pixels-above-where-its-linked-to
after completely not being able to work out where to put the
a.anchor {
display: block;
position: relative;
top: -250px;
visibility: hidden;
}
Happy.