regarding layout css

Joomla webshop template with CSS3-based animations, VirtueMart support and one-page checkout.
GK User
Wed Dec 10, 2014 8:40 am
Hi I want to display 4 products coulmn But currently only 3 products even when I gave 4 column in layout.how to resolve this? this is my site link http://3d.atoa.com/test1/index.php/atoa-aerospace-cad
User avatar
Senior Boarder

GK User
Wed Dec 10, 2014 9:39 am
Hi,
just reduce margin-left from 30px to 20px and will be okey.
Code: Select all
.span3.col-md-3.col-sm-6.col-lg-4 {
    margin-left: 20px;
}
User avatar
Platinum Boarder

GK User
Wed Dec 10, 2014 9:54 am
Thanks you :) I have got that done
User avatar
Senior Boarder


cron