View Single Post
  #3  
Old 03-01-2010, 07:15 AM
 
MikeBrum MikeBrum is offline
 

Advanced Member
  
Join Date: May 2003
Location: Morro Bay, Ca
Posts: 59
 

Default Re: How to center product thumbnails

Thanks for the response. I tried changing that in in main.css and altskin.css but it had no effect.

In ALTSKIN.css, I tried adding...

product-cell .image {text-align:center;


}


but that didn't work either. I also tried editing these lines within MAIN.css

}
tr.highlight td,
tr.highlight th
{
background: #3b2e22 none;
text-align:center;
}

tr.center-row th {
text-align: center;
}


but that didn't work either.

Here is what Web-Developer is showing me.

http://www.synapdev.com/downloads/help.jpg
__________________
Toobs.com

X-Cart version 4.3.1
PHP: 5.2.14
MySQL: 5.1.47
Reply With Quote