Hi
I have the same problem as rdg, where I can’t seem to remove the space between the top level menmu items in wp-menu
I have tried the code that rdg posted but the white space remails between menu items.
‘.main-navigation li a,
.main-navigation li {
text-decoration: none;
float: left;
}’
My knowledge of css is basic and I am overwhelmed by the sheer number of classes, id tags and selectors when i inspect the menu with firebug.
I’ve searched but can’t seem to find an explanation of how each one works/interacts in wp-menu. I’m trying to learn it properly as I have several projects in the pipeline and need to learn this stuff properly.
Thanks in advance 🙂