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.
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%;
}
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.