I want to eliminate the padding between each menu item.
see here: http://alternativesjournal.ca/tmp/untitled.GIF

there is currently a space between each menu item (primary links, unmodified menu module)
nothing specifies the value for that space in the CSS for the theme.

wondering if there is anywhere else I failed to look?

Comments

nevets’s picture

Try Firefox and the firebug extension. I am guessing at least one of the ul/li/a tags has margins or padding. Even if not set browsers may default to a non zero value.

webbernet’s picture

thanx! I found the right file!

it's actually in modules/system/system-menus.css

=)