Product name too long

Hello!
First of all, I really want to thank you from all my heart that you created Travelify. Believe me, I was browsing through thousands of themes, free and paid and none of them made me satisfied as Travelify did. I just like it and I want to use it.

I am not sure if my problem is really Travelify related rather than WooCommerce related, but I had to ask: Why does the products names is pushing down the whole product line from a column (the Read more button appears up and down and is not in the same line. Is there a way to adjust the product name not to appear whole in order that every product to be displayed in a perfect line)?

I would rather think of shorter names of your product than try to confuse people with titles that are cut in half but still here is code that will get it done. Add it to Theme Options - Other - Custom CSS or inside Child Theme style.css if one is used.

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    height: 32px;
    overflow: hidden;
}