News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

[Bug] Blank Space in between products on Category Page [Solved]

Started by sanyamjain, May 02, 2014, 20:05:16 PM

Previous topic - Next topic

sanyamjain

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

Also see the following images:



Please Support.

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

GJC Web Design

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]
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

sanyamjain

Thanks jenkinhill & GJC Web Design, the problem has been resolved.
:D