tphone Posted June 18, 2014 Share Posted June 18, 2014 (edited) Hi Is there a setting somewhere that will put the product title over 3 lines, even if it's a short title, so that price display is even? If you look HERE you will see that the prices are uneven. Thanks in advance, David Edited June 19, 2014 by tphone (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted June 18, 2014 Share Posted June 18, 2014 Open yourdomain/themes/default-bootstrap/css/product_list.css and find this: ul.product_list.grid > li .product-container h5 { min-height: 53px; padding: 0 15px 7px; } Change min-height to 76px 1 Link to comment Share on other sites More sharing options...
tphone Posted June 19, 2014 Author Share Posted June 19, 2014 Open yourdomain/themes/default-bootstrap/css/product_list.css and find this: ul.product_list.grid > li .product-container h5 { min-height: 53px; padding: 0 15px 7px; } Change min-height to 76px Superb, many thanks dioniz Link to comment Share on other sites More sharing options...
Recommended Posts