Quote:
Did you ever get a fix on this? It seems we have the same problem when you have out of stock items, items with options and standard items. I switched to tubular display to avoid this for now.
|
Hoosierglass, you should be able to overcome the issue by setting a fixed height on each product in the grid...
skin/ability/custom/css/common.css
Replace...
ul.grid_view li .product_block .overflow { overflow: hidden; width: 100%; height: auto; }
With for example...
ul.grid_view li .product_block .overflow { overflow: hidden; width: 100%;
height: 350px; }