Hi. How i can fix cells products in grid that it has same sizes if products has main images with different sizes or longer descriptions
for example
https://www.rsk.ltd/brand/genebre/page/7/
and related
i need as here
https://www.rsk.ltd/brand/kraus/
but here products has same square images
Hey nsergey81,
Please try the following in Quick CSS under Enfold->General Styling:
li.product .inner_product {
min-height:330px;
}
Best regards,
Rikard
it’s not work
Hi nsergey81,
I would suggest cropping your product images with same sizes using image editor but you can also try to add this css code in Quick CSS:
#top .products .thumbnail_container {
height: 240px;
display: flex;
align-items: center;
justify-content: center;
}
#top .products .thumbnail_container img {
max-height: 100%;
width: auto;
}
Hope it helps.
Best regards,
Nikko
its not helped( example
Hi nsergey81,
I checked it via web inspector but the css I gave doesn’t reflect in the frontend.
Can you try to flush the Cache and in Enfold > Performance try to disable CSS file merging and compression and Javascript file merging and compression.
Best regards,
Nikko