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