View Single Post
  #387  
Old 08-24-2012, 01:49 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Ability Template v4.4.x

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; }
__________________
xcartmods.co.uk
Reply With Quote