Quote Originally Posted by blumcafe View Post
Hi,
First let me say, I think this is one of the best, if not the best template out there for Zen Cart. I am a minimalist myself and this is a clean slate.
You wanted to know about appearance in IE. Not sure if anyone has yet sent screen shot, but I have one. The problem I have is that the links at the top are chopped off at the bottom, i.e., login, shopping cart, etc. See attached screen shot. I also had question about dividers at the bottom and how I might go about changing the spacing and the font size for the footer links (not the copyright info) but the text above that. Thanks,
BlumCafe
Hi@

For the chopped off issue, see post 176 in this thread:
http://www.zen-cart.com/forum/showpo...&postcount=176

You can changed the font and spacing for the bottom footer links with this css tag:
#navCatTabs ul li a, #navSupp ul li a {
text-decoration: none;
padding: 0em 0.9em;
margin: 0;
color: #666;
white-space: nowrap;
}