How to scroll down to the a certain id but 50 px up.
In a page I have a link <a href="#create" class="scroll" ...> create </a>
and I want to scroll down to a title <h2 id="create">...</h2>
but I want to scroll down to the id but minus 100px.
Is this possible?
Is this possible?
Comments
sorry but a scroll offset is not possible. Make sure that you have the one-page option enabled in the page options.
thanks