Quote:
Originally Posted by PhilJ
Minor fix for Chrome not displaying product prices and buttons in products list...
skin/smart_template/custom/css/common.css
Replace...
Code:
ul.grid_view li .product_block .overflow { overflow: hidden; } /* New */
With...
Code:
ul.grid_view li .product_block .overflow { overflow: hidden; clear: both; } /* New */
|
Hi Phil,
The original code
Code:
ul.grid_view li .product_block .overflow { overflow: hidden; } /* New */
does not exist in my skin/smart_template/custom/css/common.css. I double checked the path and code carefully. FYI, I installed ST 12/2010. What should I do?