Viewing 2 replies - 1 through 2 (of 2 total)
  • This is mainly due to the fact that the images are too small to fill the entire space available for each product.

    You can either use larger images for your products, or you can center the images on the product pages by adding the following CSS code:

    ul.products li.product > a img {
      display: inline;
    }
    Thread Starter sscbill

    (@sscbill)

    Hi Senff. Awesome!! Thank you so much. I was chasing my tail on this for hours.

    I really appreciate you taking the time to reply to (and resolve) my question.

    Have a great day!

    Bill

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems with image & text alignment on shop pages’ is closed to new replies.