News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Category view vertical..

Started by zarba1133, April 16, 2013, 11:18:21 AM

Previous topic - Next topic

zarba1133

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


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


Namit

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



zarba1133

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.