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