RPeraltaJr
1/30/2018 - 6:49 PM

Anchor Links with a Fixed Header

.anchor{
  display: block;
  height: 115px; /*same height as header/navbar */
  margin-top: -115px; /*same height as header/navbar */
  visibility: hidden;
}
<span class="anchor" id="section1"></span>

<div class="section">
  <!-- your content.. -->
</div>