VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: owegen on June 30, 2014, 16:58:27 PM

Title: New category layout
Post by: owegen on June 30, 2014, 16:58:27 PM
hello,

where can I find new category layout?

PHP version:5.3.23
Joomla version: 2.5.22 Stable
VirtueMart version: 2.6.6
Title: Re: New category layout
Post by: jenkinhill on June 30, 2014, 17:07:05 PM
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
Title: Re: New category layout
Post by: owegen on June 30, 2014, 18:23:55 PM
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

Title: Re: New category layout
Post by: owegen on June 30, 2014, 18:40:58 PM
I would be really happy if could change the template so that there is just one product on a line.
Title: Re: New category layout
Post by: jenkinhill on June 30, 2014, 23:22:11 PM
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%;
}
Title: Re: New category layout
Post by: owegen on July 01, 2014, 06:21:51 AM
many thanks for the help. It works!!

;D