How can I keep secondary images aligned in Impulse Theme?

Hello

I am using the Impulse Theme

When i hover over a product image to reveal the second image, the image is not the same size.

However there are both saved as the same size…can you advise how to keep it aligned with the other images.

Thanks

1 Like

Hi @TBS2022 ,

Share URL.

https://the-body-shop-mauritius.myshopify.com/

cleeth

@TBS2022

Please add the following CSS to your assets/theme.css bottom of the file.

.grid-product__secondary-image {
    top: 12px !important;
    bottom: 12px !important;
}

Thanks!

1 Like