I use 'id' html tags to navigate through my one-page template:
<article class="item leading-1 clearfix" id="services">
<h1>What can i do for you</h1>
<p style="text-align: center;">Article text</p>
</article>
When i click a menu item, the page goes to the div described by the id.
However, the navigation bar covers part of the div making it difficult to read.
Is it possible to make the navigation jump to just before the div?