News:

Support the VirtueMart project and become a member

Main Menu

Number of related products displayed on Product Page

Started by ptogel, December 20, 2012, 00:50:34 AM

Previous topic - Next topic

ptogel

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

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!