I think the title is enough to understanding my problem.
I'm working on a one page HTML template with fixed navigation bar. When I scroll down, it comes over my section title. I've coded like this:
<a href="#service"></a>
<section id="services"></section>
I want to scroll down just a little before top of my section.
Thank you.