I was able to solve this by applying CSS to the anchor. So for the anchor I would have this ...
<a name="AnchorName" class="anchor"></a>
And then in CSS I will have this ...
.anchor {
position: relative;
top: -[number]px;
}
, , . , . , , - jquery - , , .