Where can I change the number of related products displayed on each row of the product page?
Right now, I only have one related product per row. I would like to display 2 per row.
I use VM 2.0.14 and Joomla 2.5.8
hm,
I think that the related products just echo and change line automatically when the space is ended, you could adjust your CSS to have bigger space between them, like
.product-field-display {
margin-left: 50px;
}
Regards