News:

Support the VirtueMart project and become a member

Main Menu

Number of category in a row

Started by raunhar, January 20, 2012, 09:00:32 AM

Previous topic - Next topic

raunhar

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.


raunhar

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.

PRO

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

raunhar

Which file?
and what should be the best configuration.

PRO


raunhar

No, but using Web Developer tool Bar.

PRO


raunhar

Thanks a lot.
I changed the right margin to 5px and it worked.

Thanks again.