This topic has 6 replies, 3 voices, and was last updated 5 years, 8 months ago ago by Olga Barlow
please see this page:
layout of the related product looks terrible:
1/ product images are enormous
2/ product images are not resizing to a standard size
Hello,
Please provide temporary wp-admin access.
Regards
I have included them in the private area – thanks
Hello,
It’s because you are using the too thick images. Add the following code to Theme Options > Custom CSS to limit the height for your image block
.owl-carousel .owl-item .content-product img, .content-product img {
width: auto;
margin: auto;
}
.content-product .product-content-image img {
max-height: 300px;
}
Regards
this has not fixed the issue – actually it seems to be worse. the height is not being constrained – for example an image that is 517px high is being stretched to 811px high. I have given you the admin details previously – could you please fix this as it look awful!
Hello,
You are using the CDN cache and did not clear it. Please, clear the plugin and CDN cache and check the site after that!
Regards
You must be logged in to reply to this topic.Log in/Sign up