Jump to content

[SOLVED] Products windows size issue


Recommended Posts

Open yourdomain/themes/default-bootstrap/css/product_list.css and find this:
 
ul.product_list.grid > li .product-container {
    background: none repeat scroll 0 0 white;
    padding: 0;
    position: relative;
}

Change to:

ul.product_list.grid > li .product-container {
    background: none repeat scroll 0 0 white;
    padding: 0;
    position: relative;
    min-height:500px;
}

Change 500px to whatever suits you.

Link to comment
Share on other sites

now is mutch better :) all price on the same level. but now in category list is large empty space  beatween product title and price,

 

Problem with "price level" was only on new arrival products.

 

this modification  change all products list.

 

Undo what i told you and find this:
ul.product_list.grid > li .product-container h5 {
    min-height: 53px;
    padding: 0 15px 7px;
}

post-799475-0-27580000-1408551092_thumb.jpg

 

post-799475-0-82272500-1408551092_thumb.jpg

Edited by zabamich (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...