Fixed header covers navigated div

327
0
10-05-2021 06:24 PM
cnheu
by
New Contributor

I'm using custom HTML/CSS for the header of a Hub site. It includes a logo and menu with links that direct you to a certain section of the page. For example,

<li><a href="#about"><b>ABOUT</b></a></li>

Will direct you to:

<div id="about"></div>

However, the header is fixed and covers the top part of the div, defeating the purpose of the links in the menu. My understanding is there is no way to "unfix" the header. Is there a solution or an alternative to what I'd like to achieve? Thanks.

Tags (3)
0 Kudos
0 Replies