News:

Looking for documentation? Take a look on our wiki

Main Menu

New category layout

Started by owegen, June 30, 2014, 16:58:27 PM

Previous topic - Next topic

owegen

hello,

where can I find new category layout?

PHP version:5.3.23
Joomla version: 2.5.22 Stable
VirtueMart version: 2.6.6

jenkinhill

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
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

owegen

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


owegen

I would be really happy if could change the template so that there is just one product on a line.

jenkinhill

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%;
}
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

owegen

many thanks for the help. It works!!

;D