I’m trying to setup a few internal page anchor links and I can’t seem to get the content to sit below the menu bar once clicked.
Under custom CSS I have -
a.anchor {
display: block;
position: relative;
top: -175px;
visibility: hidden;
}
I’ve set the section class to ‘anchor’. I’m using IDs to do the jump which are functioning as intended I just can’t seem to get that padding to work.
Any ideas? (please see the hidden note)