Hey,
In your theme css you have;
.hentry { clear:both; }
This is the problem. Either remove that or add;
ul.products li.product.hentry { clear:none; }
Thanks
Hey,
In your theme css you have;
.hentry { clear:both; }
This is the problem. Either remove that or add;
ul.products li.product.hentry { clear:none; }
Thanks