Hi
I am facing a strange problem on this website. The category page is showing blank area in between products.
Please see the following link.
http://www.pearlclothings.com/disney (http://www.pearlclothings.com/disney)
Also see the following images:
(http://www.pearlclothings.com/_static/bug-image1.PNG)
(http://www.pearlclothings.com/_static/bug-image2.PNG)
Please Support.
Use Firebug to look at it. http://forum.virtuemart.net/index.php?topic=116620.0
Poor template - no clearing between rows
so the extra line causes the next row box to drop down
add height: 310px;
to http://www.pearlclothings.com/templates/july_125/css/template.css line2200
.vm_product_box {
background: none repeat scroll 0 0 #b9298b;
color: #000000;
float: left;
font-size: 10px;
height: 310px;
line-height: 10px;
margin-right: 25px;
margin-top: 15px;
width: 192px;
}
to fix
[attachment cleanup by admin]
Thanks jenkinhill & GJC Web Design, the problem has been resolved.
:D