Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to Remove Top Margin space in Left Category Box

How to Remove Top Margin space in Left Category Box

Locked

Views: 1,543

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
14 Aug 2008, 5:45 PM
#1
cevans73 avatar

cevans73

New Zenner

Join Date:
Jul 2008
Posts:
41
Plugin Contributions:
0

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

15 Aug 2008, 1:13 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

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;
}

15 Aug 2008, 3:36 PM
#3
cevans73 avatar

cevans73

New Zenner

Join Date:
Jul 2008
Posts:
41
Plugin Contributions:
0

Re: How to Remove Top Margin space in Left Category Box

That's it!

Thanks a million!

You're the best!

Chris