This topic has 6 replies, 3 voices, and was last updated 6 years, 7 months ago ago by Olga Barlow
Hello. At Single Product Page creates empty area between the large image and the gallery of thumbnails. Because in the gallery there are images with a vertical orientation and they have a large height. How to fix it?
Hello,
Please provide us with temporary wp-admin access so we can take a closer look.
Regards
See
Hello,
Please enable “Slider images autoheight” in Theme Options > E-commerce > Single Product Page.
Regards
Then the arrows to the right and left on the large image begin to jump along with the image. This is not good. It may be possible, for example, to center the image vertically with the help of the CSS.
Or another option. Your template adds the size of the image shop_catalog_alt (600×600). Here the use of these images would be ideal.
Hello,
Add the following code in child theme style.css
.product-images .swiper-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up