So I have the following CSS in place to display a horizontal navigation bar using:
.navigation ul { list-style: none; padding: 0; margin: 0; } .naviga
Here's a solution that doesn't require specifying the width of your ul.