.product-title  {
  height: 120px;
}

.woocommerce ul.products li.product  h2 {
      height: 120px;    
}

.related.products {
  display: none;
}
.single-product .product_meta { display: none; }

/* Force 2 line title inclusve */
.woocommerce ul.products li.product h2 {
  line-height: 2.5ex;
  height: 5ex; /* 2.5ex for each visible line */
  overflow: hidden;
}