I so far have this code:
<section class="top-bar-section">
<ul class="adjust">
<li class="active"><a href="#">HOME</a></li>
<li class=""><a href="#contact">CONTACT</a></li>
<li class=""><a href="#">BLOG</a></li>
<li class=""><a href="#">SHOP</a></li>
</ul>
</section>
And basically I would like the class to change to active when I click on the "contact" link. This moves the page down to the footer. Do you guys know how I could do this? I tried that Jquery thing on here but for some reason I cannot seem to get it to work.
I am using Foundation 5.0.3 if that helps :)