j8h9 Posted February 18, 2013 Share Posted February 18, 2013 I'm getting some css bleedover in multiple browsers pn product title and would like to increase the height, assume this is done in the css but only reference I could find was here. How can I correct (see attachment). Using the Prestashop theme. Thanks ul#product_list li { background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x; border: solid 1px #d0d3d8; padding: 6px; min-height: 130px; height: auto; clear: both; margin-bottom: 0.3em } * html ul#product_list li { height: auto !important; height: 130px } Link to comment Share on other sites More sharing options...
vekia Posted February 19, 2013 Share Posted February 19, 2013 is your show available online? it's hard to help without an access to website Link to comment Share on other sites More sharing options...
vekia Posted February 20, 2013 Share Posted February 20, 2013 i checked it you must change height css param form h5 tag located in global.css 905 #center_column div.products_block h5 { display: block; margin-top: 8px; height: 2.57em; } you have to: delete height param or increase value of it Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now