Tried to use some different methods but nothing really happened. This is my code, how can I make it sticky to the top of the page when scrolling down?
When I tried it the nav was behind the photo's and the text on the page. Anyone who could help me out?
<!-- Header start -->
<header>
<div class="menu-area" id="">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="logo">
<!--== change the logo name ==-->
<a href="index.html">
<h3><span>CHRISTIAAN</span>DESMET</h3>
</a>
</div>
<!-- Responsive Menu Start -->
<div class="responsive-menu"></div>
<!-- Responsive Menu End -->
</div>
<div class="col-md-9 col-sm-12">
<div class="mainmenu">
<nav>
<ul id="navigation">
<li class="current-page-item"><a href="#home">home</a>
</li>
<li>
<a href="#overmij">
over mij
</a>
</li>
<li>
<a href="#producten">producten</a>
</li>
<li><a href="contact.html">contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Header End -->