I'm facing a problem how to make a link that moves me to the part of page while taking a navbar height in advance? Since navbar is fixed to top with solid color it then covers part of div.
I simply do
<a href="#foo1">Right link 1</a>
...
<section id="foo1">
which brings me there but looks like this
Navbar is 64px height and I literally want that link to bring me to #foo1 - 64px