Advertisement
arie_cristianD

limit post title length on module

Jun 30th, 2025
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.15 KB | None | 0 0
  1. .jeg_post .jeg_post_title {
  2.   display: -webkit-box;
  3.   -webkit-line-clamp: 2; /* number of lines */
  4.   -webkit-box-orient: vertical;
  5.   overflow: hidden;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement