GochiSiyan

excerpt CSS

Apr 20th, 2021 (edited)
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. .jeg_postblock .jeg_post_title {
  2. overflow: hidden;
  3. text-overflow: ellipsis;
  4. display: -webkit-box;
  5. -webkit-line-clamp: 2; /* number of lines to show */
  6. -webkit-box-orient: vertical;
  7. }
  8.  
  9. h4.entry-title {
  10. overflow: hidden;
  11. text-overflow: ellipsis;
  12. display: -webkit-box;
  13. -webkit-line-clamp: 2; /* number of lines to show */
  14. -webkit-box-orient: vertical;
  15. }
Add Comment
Please, Sign In to add comment