How to Remove Top Margin space in Left Category Box
Ok I've searched the forum left and right and have come close but can't nail down where I can get rid of or reduce the top margin space in my left category link box....I have a custom template and the css flyout installed, see my site below....
http://www.bizmug.com/zencart/
PLEASE HELP ME!
THANKS IN ADVANCE!
CHRIS
Re: How to Remove Top Margin space in Left Category Box
Try removing the padding-top in this in your stylesheet:
.infoBoxLeft_az01, .infoBoxLeft, .infoBoxRight {
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-image: url("images/az_box_footer.gif");
background-repeat: no-repeat;
background-position: bottom;
}
Re: How to Remove Top Margin space in Left Category Box
That's it!
Thanks a million!
You're the best!
Chris