Jump to content



Latest News: (loading..)

- - - - -

Centering product images on Product Listing page

product listing center centering image images left align center align right align

  • Please log in to reply
1 reply to this topic

#1   bandmans

bandmans
  • Members
  • 2 posts
  • Real Name:Eric

Posted Today, 09:41 PM

I am having an issue where my product images are showing up left aligned as opposed to being centered on the product_listing.php page.  An example of this issue is found on my site at:  http://www.freeds.net/rugs-c-49_53.html.  Does anyone know what I need to change in order to get the product images to center align?  Please let me know.  Thanks.

#2 ONLINE   mattjt83

mattjt83
  • Partner
  • 247 posts
  • Real Name:Matt Toste
  • Gender:Male
  • Location:CA, USA

Posted Today, 10:02 PM

@bandmans

In your stylesheet find:

.main .pic2_padd{padding:2px 0px 0px 0px;text-align:center;}


Change to:

.main .pic2_padd{padding:2px 0px 0px 0px;text-align:center;width:100%;}