Spacing menu buttons evenly
I'd like to be able to space the menu evenly. If I use:
li.menu-item {
min-width:15em;
}
I can space the menu well in Internet Explorer, but there's the issue of different browsers and mobile versions. Do you have a better way to do this that does not involve specifying a measurement?
Thanks!
Jackie