This is my page: http://ryanteaches.com/gcsechemistry. If you click the links on the left sidebar, you will see they jump but the heading is missed out (underneath nav bar).
How can I make the links jump to say 50px above the heading (and so heading will then be shown?
Many thanks.
EDIT: Code:
#sidebar {
text-decoration: none;
position: fixed;
margin-left: 0;
margin-right: 5%;
width: 15%;
background-color: #f9f9f9;
overflow: auto;
word-wrap: break-word;
top: 60px;
bottom:0;
}
<h2 class="decorated" id="AtomsEPT">Atoms, Elements and the Periodic Table</h2>
<p style="padding-bottom: 600px">TEXT</p>
<h2 class="decorated" id="Group1">Group 1</h2>
<p style="padding-bottom: 600px">TEXT</p>
<h2 id="Group7">Group 7</h2>
<p style="padding-bottom: 200px">TEXT</p>
<h2 id="Group0">Group 0 - Noble gases</h2>