Joomla version 1.7
VM Version 2
website: http://www.novelexports.com/index.php
I am using Shoplab template for VM.
Under the configuration, I have mentioned 3 Category per row.
But the page shows 2 category on the first row and then 1 in each row.
Here are the shopfront settings:
Select the default template for your Shop : Default
Category Template : default
Category layout : default
Default number of categories in a row : 3
VM Home Page settings:
Layout default
I am showing featured products.
How do I show the categories in a systematic way.
http://forum.virtuemart.net/index.php?topic=73348.0
I did not edit the template or any theme.
I just installed the VM component and the template.
Entered the configuration inside VM, and started.
Although the products (Featured) are showing 3 in a row, but the Categories are not showing.
its the margin right
div.category, table.category {
border: 1px solid #D5D2BB;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
margin-right: 10px;
min-height: 160px;
}
Which file?
and what should be the best configuration.
do you have firebug?
No, but using Web Developer tool Bar.
styles.css
Thanks a lot.
I changed the right margin to 5px and it worked.
Thanks again.