regarding layout css
Joomla webshop template with CSS3-based animations, VirtueMart support and one-page checkout.
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
-

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

- Platinum Boarder
Thanks you

I have got that done
-

- Senior Boarder