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
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
Hi @TBS2022 ,
Share URL.
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!