I have a problem that when I open a link that directs to an anchor of another page and is hidden by the header fixer.
I have a menu on my page:
Inside the Index.html I have this menu
<a href="produtos.html#produto1">Produto 1</a>
<a href="produtos.html#produto2">Produto 2</a>
<a href="produtos.html#produto3">Produto 3</a>
However, when clicking and opening, the anchors are hidden because I have a header with position:fixed
.
link Jsfiddle - showing how the div is hidden
How do I, by clicking to open, automatically scroll down to 100px?
My page is this: link If you use the upper menus to want to open a new page in a certain section, you will see that the section tittle is hidden.