Product images align to left with Storefront 2.5.5 update
-
My website is currently using Storefront 2.5.0. Any Storefront updates I have applied, up to 2.5.5, shift the product images to the left and removes the space between the product image and description. A chat session with a WooCommerce Happiness Engineer did not resolve the issue. It was suggested that I disable all apps to see if the problem persists. I did, and it did too. I disabled all apps, except for the following:
Storefront Powerpack
WooCommerce
WooCommerce ServicesI then applied the Storefront 2.5.5 update. The issue as described above then happens.
After the update, I included the following CSS to the style sheet:
ul.products li.product .woocommerce-LoopProduct-link {
margin: 0;
}Images still shift to the left. I removed the above CSS, then included this:
.woocommerce-product-gallery__image {
text-align: center !important;
}Again nothing. I found the above CSS in this forum.
Interesting though, the 2.5.5 update centers the header logo, as it should be, but shifts all product images to the left. Storefront 2.5.0 pushes the header logo slightly left. I’m somewhat embarrassed to say this, all the changes described above were done on the production site, at low traffic volume times, of course.
The link is to images of what happens when Storefront 2.5.0 and 2.5.5 are applied.
A resolution to the image placement would be most certainly appreciated. Thank you for your help.
The page I need help with: [log in to see the link]
- The topic ‘Product images align to left with Storefront 2.5.5 update’ is closed to new replies.