hello,
where can I find new category layout?
PHP version:5.3.23
Joomla version: 2.5.22 Stable
VirtueMart version: 2.6.6
You want to change the category layout? A URL would help to wee what you have at the moment, but usually you use template overrides to rearrange or make a new layout. http://docs.virtuemart.net/tutorials/templating-layouts/78-introduction-template-system.html
you have right.
At this moment my store look like this : http://www.mlv-bike.com/j25/index.php/shop-en-ligne/amortisseurs/spacers-amortisseurs
It's not really good because on one line there is one product and on the next line two products... :o
I would be really happy if could change the template so that there is just one product on a line.
The problem is with your commercial Joomla template css conflicting with VM's style. You really should fix this in the template, use Firebug to examine the code: http://forum.virtuemart.net/index.php?topic=116620.0
Dirty fix is to override VM css with:
.width33 {
width: 30%;
}
many thanks for the help. It works!!
;D