View Single Post
  #27  
Old 03-21-2012, 08:01 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
I made the change, and the images still out of center...
It does not look like the change was made. The code edit above adds "margin: 0 auto;" which is shown in my FireBug information below but does not show in yours. Please look at your coding and re-upload.

From my page
Quote:
<style type="text/css">
.candy_wrapper_16880 {
position: relative;
width: 125px;
margin: 0 auto;
}
.candy_thumb_16880 {
width: 125px;
height: 82px;
}


</style>


Your page
Quote:
<style type="text/css">
.candy_wrapper_18155 {
position: relative;
width: 185px;
}
.candy_thumb_18155 {
width: 185px;
height: 185px;
}


</style>
__________________
WooCommerce as of 10/2022
Reply With Quote