Hello,
I am having problems with the sold out button overlapping the ...more info link on the "all products page. This is happening on two different carts I am working on.
Changing the css for this button does not fix the problem. I did find that if I changed the html code created by this page from:
toCode:<br /><span class="cssButton button_sold_out_sm" onmouseover="this.className='cssButtonHover button_sold_out_sm button_sold_out_smHover'" onmouseout="this.className='cssButton button_sold_out_sm'" style="width: 80px;" > Sold Out </span><br />
(the change being span class, to p class) that it fixes the problem of the spacing, but I don't know where I would change that in the ZenCart files?Code:<br /><p class="cssButton button_sold_out_sm" onmouseover="this.className='cssButtonHover button_sold_out_sm button_sold_out_smHover'" onmouseout="this.className='cssButton button_sold_out_sm'" style="width: 80px;" > Sold Out </p><br />
Anyone know how to fix this?




