View Single Post
  #631  
Old 03-03-2012, 01:15 PM
  Mr. G's Avatar 
Mr. G Mr. G is offline
 

eXpert
  
Join Date: Nov 2010
Posts: 386
 

Question Re: X-Cart Smart Template v4.4.x

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?
__________________
4.7.6 Gold Plus
XCartMods.co.uk Ultra Template
X-Cart Abandoned Cart
BCSE PayPal DPM
CDSEO Pro 2.1.8
BCSE Drop Shipper Pro
Google Rich Snippets
Time and money-saving tips I've learned as a webstore owner at http://ShoppingCart-Program.com
Reply With Quote