VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: sanyamjain on May 02, 2014, 20:05:16 PM

Title: [Bug] Blank Space in between products on Category Page [Solved]
Post by: sanyamjain on May 02, 2014, 20:05:16 PM
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.
Title: Re: [Bug] Blank Space in between products on Category Page
Post by: jenkinhill on May 02, 2014, 20:46:42 PM
Use Firebug to look at it. http://forum.virtuemart.net/index.php?topic=116620.0
Title: Re: [Bug] Blank Space in between products on Category Page
Post by: GJC Web Design on May 02, 2014, 21:04:15 PM
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]
Title: Re: [Bug] Blank Space in between products on Category Page [Solved]
Post by: sanyamjain on May 03, 2014, 04:39:33 AM
Thanks jenkinhill & GJC Web Design, the problem has been resolved.
:D