Jump to content

[Solved] Product Title Displayed Over 3 Lines in Grid View


Recommended Posts

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

  • Like 1
Link to comment
Share on other sites

 

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

×
×
  • Create New...