• I have been testing Storefront theme and discovered after updating to 2.5.5 the Shop page does not keep the captions aligned with the images. Anyone else notice this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bellabella1212

    (@bellabella1212)

    With some input from my son and a bit of muddling with developer, I put this in the additional css to improve centering of images and spacing between images and captions. Hope it helps. Maybe some pro help would give us a clean solution.

    img.attachment-woocommerce_thumbnail {
    margin-left: auto;
    margin-right:auto;
    margin-bottom: 1em;
    }
    ul.products li.product.product-category img, ul.products .wc-block-grid__product.product-category img, .wc-block-grid__products li.product.product-category img, .wc-block-grid__products .wc-block-grid__product.product-category img {
    margin-bottom: 1em;
    margin-right: auto;
    margin-left: auto;
    }

    That should work with what you have, you can also use the code I provided in that other thread that you replied on as well ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘shop page display broken after update to 2.5.5’ is closed to new replies.