Magento Line Up Grid View
Feb 1, 2010 · 1 minute readCategory: magento
If your Magento front end looks a little untidy with Add to Cart buttons not lining up on the x axis, this little bit of extra CSS might sort you out:
add a min-height to the ‘.catalog-listing h5’ CSS rule
for IE6 you can use: height: auto !important; height: 60px
I haven’t tried this but a friend who knows his CSS recommended it as a solution to something that has been bugging me for a while