VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: zarba1133 on April 16, 2013, 11:18:21 AM

Title: Category view vertical..
Post by: zarba1133 on April 16, 2013, 11:18:21 AM
Dear friends,

I have a question regarding the category view which I am getting in virtuemart.

To explain this in a visual way, please look at the website:

What I now have is this: http://telephone-city.nl/index.php/component/virtuemart/accus
(http://telephone-city.nl/index.php/component/virtuemart/accus)

I have created categories and products. When I click on the categories however, the subcategories all show vertically in a row, what I want is to show them in a column of four or three items. [horizontal]



I would like to have them horizontally.

I did change the settings in virtuemart, but nothing seems to work.



I am running:
2.5.7
PHP, most recent, I think 5..
VM: 2.0.20b
Title: Re: Category view vertical..
Post by: zarba1133 on April 19, 2013, 00:28:09 AM
anyone?
Title: Re: Category view vertical..
Post by: Namit on April 20, 2013, 11:41:09 AM
in your template css you have this class (.category) in file joomladefaults.css/21 line of code. Width is set on 100%..  change it or disable.

.category {
width:100%;
}


Title: Re: Category view vertical..
Post by: zarba1133 on April 21, 2013, 01:41:41 AM
Quote from: Namit on April 20, 2013, 11:41:09 AM
in your template css you have this class (.category) in file joomladefaults.css/21 line of code. Width is set on 100%..  change it or disable.

.category {
width:100%;
}


This worked !!

thanks for your help, I really appreciate it.