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

products columns

Started by dothanby, March 24, 2012, 22:53:49 PM

Previous topic - Next topic

dothanby

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

SpaceRabbit

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