Home › Forums › Support › Offset anchors with fixed header › Reply To: Offset anchors with fixed header
April 28, 2016 at 7:04 pm
#190230
xyz
Hi Tom,
this is one of my anchors, placed before a heading.
<h2><span style=”color: #1e72bd; font-size: 14pt;”>Economics and economists</span></h2>
I have tried adding
a.anchor {
display: block;
position: relative;
top: -250px;
visibility: hidden;
}
in various places and it hasn’t worked. I’ve tried encasing it in
below it and it hasn’t worked.
Any chance you could let me know exactly what I need to paste in and where?
Thanks