Hi,
Here comes another product images box size question –
The related product boxes are sometimes uneven due to the image being a little larger. It is not always possible to reduce the size of the image especially if it is coming from a feed.
Here is a screenshot explaining what I mean: http://imgur.com/a/bZ3FT note the 1 uneven image.
Is there a way I can contain the boxes to the same size and keep them uniform?
Thanks
Vince
Hey Vincent,
There’s a way for that, but would it be okay if it is cropped?
Best regards,
Nikko
Hi Nikko,
That would not work as most of the product images come through as a feed from multiple sources. We are talking about hundreds of products and it wold not be feasible.
I believe the fix could be from adjusting the size of the box to facilitate and extra line if need be? Would that work and if so, how?
Thanks
Vincent
Hi Vincent,
Cropping would be one way to do it if you have different image dimensions. Can you try to add this css code in Quick CSS (located in Enfold > General Styling):
#top .inner_product .thumbnail_container img {
max-height: 450px;
width: auto;
max-width: 100%;
margin: 0 auto;
}
Let us know if this helps.
Regards,
Nikko