Hi Everyone,
I need some help with templating the products page. Not the details page. The columns for 2 products I would like to split the columns 50/50. I have tried to add 3 products to make it look better but all it does is put the third product below the first 2. If you visit the page below and the store page you will know what I mean. I don't understand the overrides for Joomla. I am trying to style this page and since the templates were removed I am lost on what to do.
BTW I am using Joomla 2.5.8 and VM 3.0.9
http://www.MinkBlanketsAndMore.com/store1 (http://www.minkblanketsandmore.com/store1)
Thanks,
Tammy
Use Firebug and it will be easy to work out how to override the css. https://forum.virtuemart.net/index.php?topic=116620.0
A starting point would be something like div.vm-col { width: 48%; }
Thank you...I will try that