VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: ener88 on November 22, 2011, 14:03:12 PM

Title: Latest product module
Post by: ener88 on November 22, 2011, 14:03:12 PM
Hi, can somebody tell how or what i need to change, to get the latest product images fill the box. My site : www.craftland.eu, bottom module in homepage.
It takes random size and not that, what I need. I putted white bg to that box, but when image is not on white bg, then it looks quite bad.


Title: Re: Latest product module
Post by: JtouchMobile.com on November 23, 2011, 02:50:33 AM
I think you can

- Set thumbnail image to 216 x 163 px to fit with the box + try to upload product image with the same size

- Or add css to your latest product module, a class for each product box item, some think like
.product-small img{width:216px!important; height:163px!important;}