Jump to content

Increase Height Of Product Title In Product_List


j8h9

Recommended Posts

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

}

post-482173-0-86230800-1361227102_thumb.png

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...