Reputation: 17
Currently building a site Foundation 5 and its all great but Magellan isn't working the way I want it to and currently haven't got the time to work out why. Is there anyway I can disable it so I can just have the menu static at the top (rather than sticky on the browser) for the moment and come back to it later?
Upvotes: -2
Views: 94
Reputation: 17
Ok, simple really.
I literally just removed ="fixed"
in
<div class="nav" data-magellan-expedition="fixed">
Upvotes: 0