Hi, I have Joomla 3.4.8 and VM 3.0.14
Each product page, shows the "related" products, but in previous virtuemart version .12, it was displayed in windowed shape showing 2 items per row; now in .14 it displays each related product one on top of the other, and it only changes to 2 per row when u make the screen smaller.
How to display 2 related products per row?
Thanks
In default VM templates use a css override:
.product-field-type-R {
max-width: 200px;
}
Or whatever width value works best for you.
Or use Firebug if you are not using the default templates. http://forum.virtuemart.net/index.php?topic=116620.0
Thats exactly what i did Kelvyn.... :o