VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: ladyrider12 on May 21, 2015, 00:24:23 AM

Title: How do I change the templating style
Post by: ladyrider12 on May 21, 2015, 00:24:23 AM
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
Title: Re: How do I change the templating style
Post by: jenkinhill on May 21, 2015, 10:30:12 AM
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%; }
Title: Re: How do I change the templating style
Post by: ladyrider12 on May 22, 2015, 09:04:45 AM
Thank you...I will try that