Shape 5

Joomla Templates => No1 Shopping - Club => : elleclouds April 21, 2014, 05:35:43 PM



: Installed Virtuemart ...how do I get products lined up in category layout?
: elleclouds April 21, 2014, 05:35:43 PM
When I add the regular category layout, I get one product per row.  I thought this stuff wouldve been included with the template to make it easy to get a store off the ground.  Please advice.  You can check out what I am talking about at http://www.therapytee.com/newsite/index.php/virtuemart/occupational-therapy

Even when clicking on a product, nothing is styled and everything is out of order.  Sheesh, I'm close to asking for a refund


: Re: Installed Virtuemart ...how do I get products lined up in category layout?
: jonahh April 22, 2014, 09:32:08 AM
Hello,

Im not sure how but your Virtuemart is missing CSS.  For example the following is missing which makes the products line up 3 in a row and show proper width:


.output-billto span.values, .output-shipto span.values, .floatleft, span.floatleft {
    float: left;
}

components/com_virtuemart/assets/css/vmsite-ltr.css (line 181)


.width33 {
    width: 33%;
}

components/com_virtuemart/assets/css/vmsite-ltr.css (line 136)

I would make sure that you don't have anything turned off in Virtuemart, or perhaps try resintalling Virtuemart to be sure you get the proper CSS files loading.