I've created a navigation bar with an unordered list consisting of smaller unordered lists, each with the class "subnav".
When the screen is small, the navigation collapses and the menus stack on top of each other. I want the navigation to maintain its structure without changing shape as the screen size changes.
Check out this jsfiddle: http://jsfiddle.net/Cyc4n/
If you resize the window in the jsfiddle link, you'll see the menu moving around - how can I keep it still and consistent?
Any guidance would be greatly appreciated