View Single Post
  #24  
Old 03-21-2012, 07:26 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

Default Re: X-Cart Thumbnail Candy

Quote:
Originally Posted by iancolyer
Hi Phil... i still having the error on the products list, images are not centered (as they used to be):
http://www.depesca.com/ropa/zapatos/

Thanks for any help!
Did you do the following from Phil's installation instructions? Mine were left justified until I used his code below.

Quote:
NOTES
=====

1) To center the thumbnail container, in skin/common_files/modules/Thumbnail_Candy/thumbnail_wrapper_above.tpl

Replace... .candy_wrapper_{/literal}{$product.productid}{literal} { position: relative; width: {/literal}{if $product.tmbn_x}{$product.tmbn_x}{else}{$product.i mage_x}{/if}{literal}px; }

With...

.candy_wrapper_{/literal}{$product.productid}{literal} { position: relative; width: {/literal}{if $product.tmbn_x}{$product.tmbn_x}{else}{$product.i mage_x}{/if}{literal}px; margin: 0 auto; }

----------
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote