VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: sumsonchen on April 27, 2013, 04:45:20 AM

Title: array of "related products"
Post by: sumsonchen on April 27, 2013, 04:45:20 AM
Sorry for asking this question, as I have not found the answer by search.

http://www.weixin-china.com/product/power-balance/new-york-knicks-detail.html

You can see the array of "related products" is in the chaos.
Shouldn't the photo and the texts in the middle?


[attachment cleanup by admin]
Title: Re: array of "related products"
Post by: K&K media production on April 28, 2013, 02:14:15 AM
add to your css:

.product-related-products .product-field {
     width: 22.6%;
}
.product-field-display a img {
     margin: auto;
}

you can use firebug to find out things like this