VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: ptogel on December 20, 2012, 00:50:34 AM

Title: Number of related products displayed on Product Page
Post by: ptogel on December 20, 2012, 00:50:34 AM
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
Title: Re: Number of related products displayed on Product Page
Post by: bytelord on December 20, 2012, 13:57:06 PM
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