If you want to use pure css you need to set a min-height for the containing div. On the home page it would be something like this:
the number can be whatever is optimal for your products.Code:.categoryListBoxContents{min-height:200px;}
You can also use javascript to do this automatically. I have been using this one:
http://brm.io/jquery-match-height/
Thanks,
Anne
Bookmarks