Hi
Once more, in a VM horizontal module (featured products), the products are aligned vertically instead of horizontally.
In the module admin I put 5 products and 5 columns.
I had already this problem months ago, but I don't remember the solution.
Joomla 2.5.11 + VM 2.0.2 (Yes I know, I should upgrade ... when I have time).
Migrated Joomla to 2.5.27 , but the products are still displayed vertically instead of horizontally in the module.
Have you looked at the code with Firebug? http://forum.virtuemart.net/index.php?topic=116620.0
http://forum.virtuemart.net/index.php?topic=118683.0
also without a live url impossible to help you
I looked at the code with firebug, as usual, but I didn't find why this module didn't want to align horizontally the products only on the homepage.
The module is still in vertical on the right, because I can't place it horizontally in maintop position, for ex. :
http://www.landerne-primeurs.com/
Same problem with the pagination of the products.
I'm still fighting with these vertical alignements in the modules and for the pagination.
I can see this problem is very frequent, but the answers I find don't solve my problems...
because the div has a class of width33 and you have no width set for this
so of course even in a horizontal layout it will take a 100% width if none is specified!
the class is set in the vm css but your not loading it on the home page - in fact your not loading any vm css anywhere
add
.width33 {
width:33%;
}
or what ever is needed to set the width