I've made a link to jump to a part of another page using the following HTML:
<a href="./about-us.html#our-mission"> Read more »</a>
This is the id of the link where it goes to:
<div id="our-mission" name="our-mission">
The problem is that it is dropping me a few lines down from the heading "Our Mission" on the targeted page.
How do I get it to target the correct spot, please? Tnx.