I created a horizontal navigation (menu) bar for my site. When I re-size my window to a size smaller than that of the bar, the menu items get wrapped. I want the menu to rem
When you don't know the width because the links can differ in width you could use display: inline-block on the list item and white-space:nowrap on the list itself