I\'m trying to use Magellan in a cli install of the Zurb fdn6 template. The page is running fine but Magellan just doesn\'t work for the sticky nav and throws the following
Unlike F5, making elements sticky in Foundation 6 is a bit tricky and frustrating to be frank. You don't just get it in the first try.
In F6, to make the magellan or any element sticky, a reference point is needed to activate the stickiness.
In this case, you need to have a root div
with the id topAnchorExample
and then write the next set of magellan generating codes.
Try doing this :
And try not to mention the inline css - width:100%. I guess you will take care of that.