Home › Forums › JavaScript › Responsive site – mobile view bug › Re: Responsive site – mobile view bug
May 16, 2013 at 7:25 am
#135276
Inactive
Create a different nav element and have the original nav hide on a certain browser width, and have the other nav(mobile one) display when the browser reaches that mobile width. You would have to hide the mobile one when the page loads.