Currently working on the top navigation menu for a website but encountering a margin bug.
I've already specified margin / padding : 0
for list items and set them to display: inline-block
.
Check out the demo here:
My goal is to eliminate the unnecessary left/right margins from the list items and understand why they are there in the first place.