This topic has 10 replies, 3 voices, and was last updated 10 years ago ago by Eva Kemp
Hello, it’s possible make the area of the product preview in product page of same dimension, even if some images have different sizes or some products have the star rating?
For example, the third row of this page(https://www.8theme.com/demo/legenda/product-category/women/)
is staggered(different size box). Thanks a lot.
Hello,
Do you wish all products blocks on the Shop page to be the same sizes?
Please provide us with the link to your page.
Thank you.
Regards,
Eva Kemp.
Image of the problem and link.
Hello,
You can add this code into custom.css file to have fixed height for all blocks.
.products-grid.product-count-3 .product{
height:600px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Ok. This is for the box(it works). For to make images of same size? Thanks.
Hello,
Please try to use this code in custom.css file:
img.hide-image {
height: 360px;
}
Thank you.
Regards,
Eva Kemp.
It works. 😉 Last question: is it possible to remove the stars rating on the homepage and in the product portfolio and keep it in the individual product pages ?
Hello,
Sorry, but unfortunately there is no such possibility.
Regards,
Eva Kemp.
Ok. Thanks anyway.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘different size preview in product page’' has been successfully resolved, and the topic is now closed for further responses