Quote Originally Posted by spminis View Post
Last problem (I think). I've managed to fix everything and I have one last problem. I've seen posts about this and answers but none work.

The images in the subcategory pages are not lining up. There are blank spaces. Oddly enough, it looks fine on my test site but not on my live site and I can't figure out why because I uploaded the files from the live site to the test site and used the same DB. The settings in admin are the same.

One page to look at is http://www.spminiatures.com/store/in...ndex&cPath=105

Thanks
Carol
Your images are different heights which is causing the containers to be different heights, so they won't line up. I had similar problem with product listing pages. What worked for me was to set a minimum height for the containers that would accomodate my largest image height (or two line product name vs 1 line).

You could try adding:
Code:
min-height: 135px;
to the common-wrap div, around line 393 in your css/stylesheet.css file. Or change the height to a number that works with all of your sub category box heights. This works for me on your sample page using firebug.