I'm using this type of page header:
<header id="header" class="full-header" data-sticky-class="not-dark">
<div id="header-wrap">
<div class="container">
<div class="header-row">
...
Then, I have some headings on a page with anchors, for example:
<h3 id="heading" class="text-uppercase lined mb-4">Heading</h3>
<p>Ipsum lorem...</p>
If I now link to an anchor on the same page, it jumps to that anchored heading, as expected, but the heading is displayed behind the page header instead of below it. That means that you see the text, but not the heading. How can I make sure that the anchored heading is shown below the header?
I haven't published these changes yet, so I don't have a live site to point to at the moment.
Thanks!
--Ron
