View Single Post
  #5  
Old 01-28-2009, 04:49 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: Extra padding on first item?

I have not looked at 4.2 - so I don't know what is default xcart and what is your customization - but I can see what is happening.

There is a class called clearing, that is set to clear:both

In firefox browser - it is clearing the div in the left menu called left-column.

So, the clearing div is causing the next div to start under the left-column div (it is not a padding setting doing it)

You could try changing the clearing class to clear:right instead of both - but there could be implications in other places where this class is used.
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote