Products not evenly spaced in grid on category page

Thank you for all the help. My site is close to being a go. Just one last question…

On the Category Page with the Grid Option there are rows with missing products.

Example is http://clothdollmarket.com/cloth-dol…/kezi-matthews Second row 2 missing and near the bottom some others missing.

How can I fix this?

Thanks!

3 answers

Profile photo of Seoki Lee 1510.00 $tone September 23, 2014
Public

To get the fix, you can edit file /skin/frontend/default/jm_kidsland/css/custom.css, at line 12 replace this code:

Code:

.category-products .product-information .product-name {
	text-align: center;
}

With:

Code:

.category-products .product-information .product-name {
	min-height: 45px;
	text-align: center;
}
#2

This question is now closed

Written By

Comments