News:

Looking for documentation? Take a look on our wiki

Main Menu

How do I get VM Categories to display horizontally

Started by sandersm, October 27, 2014, 15:56:29 PM

Previous topic - Next topic

sandersm

I've installed VM 2 onto a site that I'm developing and I would like to display a list of product categories horizontally.  However, when I look at the site from the frontend, the categories display 1 on top of the other, or vertically.  I've made all the pertinent adjustments that I can find, but, the products still display vertically.

What settings should I insure, what adjustments should I make to display my categories horizontally?  FYI, the site is http://67.43.1.60/~germanrestaurant/index.php/shop-buy-now

Assistance is appreciated.

jenkinhill

I suggest you learn to use Firebug as this would have indicated the problem immediately.  http://forum.virtuemart.net/index.php?topic=116620.0

You have the following in your template css which is the problem :
.category {
    width: 100%;
}
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

sandersm

Thank you.  That worked.  I also downloaded Firebug.  I'm trying to figure out what it's telling me.  In the meantime, does anyone have an idea about why the products still show vertically?  I'll continue to try to figure it out using Firebug.  However, any help is, again, appreciated.