Home › Forums › CSS › Wrap elements to top instead of under › Re: Wrap elements to top instead of under
January 5, 2013 at 6:02 pm
#119935
Participant
Why not just have a hidden version of the nav for mobile and use display:none;/visibility: hidden;
Alternatively, if you don’t want to code it into the HTML you could use Javascript to append the nav to an alternative element, I.E reordering it in the flow of the document.