Quote Originally Posted by hardwiredtemplates View Post
Alright we are almost there, I've added this line:
li a:link {color: #666;font-size:11px;margin:0;padding-left:0.8em;display:block;line-height:normal;}

Strange thing happens to the color and the left padding is lost. Only some links are gray the others are black

And I been trying to make the links narrow with a little white space around them so they are more legible. Maybe i just need to change the font family i don't know.

I want to make it similar to this footer: http://www1.macys.com/
Here are some changes that might help
open the stylesheet_footer_menu.css

make the highlighted changes in the folllowing declarations

#navSuppWrapper {
border:1px solid #ccc;
margin: 0 auto;
padding: 0;
background:none;
font-weight: bold;
color: #666;
width: 1000px;
height: 116px;

}
dl {margin: 0 0 3px 0;padding:0;clear:both;height:79px;width:100%;}/*Adjust the height and width of the menu*/
dt {margin-bottom:.3em;font-weight:bold;}
dd {margin:0;padding:0;float:left;width:18.3%;}/*Column width of the menu - currently set for 4 columns*/
ul {margin:0;padding:0;list-style: none;}
li {margin:0;padding:0;}
li a:link {color: #666;font-size:11px;margin:0;padding-left:1em;padding-bottom:.4em;display:block;}