.truncate-5 { display: -webkit-box; -webkit-line-clamp: 5; /* if you only want two lines then set it to 2*/ -webkit-box-orient: vertical; overflow: hidden; }