QUOTE (marciafcfc @ Jan 26 2009, 01:27 PM)

I am trying to center the product image within the table on the product page. I am using the 4th from the left product layout design. I can't figure out where in the css, it needs to be adjusted. I have uploaded my own css file so I just need the right code to upload (still a css neophyte!).
Also, how do I change how many products display across so I can also make those boxes smaller? That is on the categories page and also for Related Products. I want to make those smaller also.
Thanks so much!
Marcia
You can change the number of products that appear on the category page and in the related products section in Operations > Settings > Products.
The below should center the product image:
CODE
td.prod-detail-lt { text-align: center; }