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
Are you referring to this?
http://www.joomlart.com/forums/showt…s-in-grid-view
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; }
Worked Great! Thanks for the help and specific code.
This question is now closed