VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: dothanby on March 24, 2012, 22:53:49 PM

Title: products columns
Post by: dothanby on March 24, 2012, 22:53:49 PM
joomla 2.53
VM 2.02
see issue http://fastenerservicesinc.com/joomla/index.php/hex-bolts

I have products displaying 2 to column but they are not side by side rather 1 on top of the other. Where/how do I make the columns display horizontally?

Thanks on advance
Title: Re: products columns
Post by: SpaceRabbit on March 24, 2012, 23:16:28 PM
Hi, You must edit this file templates/rt_camber/css/demo-styles.css

delete margin-right: 15px; here:

body .floatleft {
float: left;
margin-right: 15px;
margin-left: 0;
}