Advertisement
fauzanjeg

Excerpt || Ellipsis Post Title by Line

Mar 4th, 2021 (edited)
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.22 KB | None | 0 0
  1. /* Excerpt || Ellipsis Post Title by Line */
  2. .jeg_postblock .jeg_post_title {
  3.     overflow: hidden;
  4.     text-overflow: ellipsis;
  5.     display: -webkit-box;
  6.     -webkit-line-clamp: 2;
  7.     -webkit-box-orient: vertical;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement