Zen Cart Logo
Forums / Basic Configuration / Bestsellers CSS...

Bestsellers CSS...

Locked

Views: 1,590

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
29 Aug 2006, 11:09 PM
#1
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

Bestsellers CSS...

Has anyone else noticed that the content of the bestsellers box appears to have more padding than other sideboxes?

I'm using ZenCart 1.3.0.2 and have not modified the css or php files (relating to this box).

Anyone able to help sort this?

PS - I would post a link to my site, but it's not on a 'live' server yet! :|

30 Aug 2006, 12:48 AM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Bestsellers CSS...

This is because it is uniquely styled as an ordered list using the OT and LI tags. You can easily adjust the margin and padding for these tags ("#bestsellersContent ol" and "bestsellersContent ol li" would be recommended) to force them into line.