Quote Originally Posted by fjbern1943 View Post
Hi Anne,

goto http://religious-shop.com . I have the home page setup to open with categories. Or goto http://religious-shop.com/jewelry. This situation happens on all category pages.

Thanks, Frank
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:

Code:
.categoryListBoxContents{min-height:200px;}
the number can be whatever is optimal for your products.

You can also use javascript to do this automatically. I have been using this one:

http://brm.io/jquery-match-height/

Thanks,

Anne