Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter borngbot

    (@borngbot)

    Dear sir, I found it.
    edit style.css and change 2 to 4 or 5; this code
    -webkit-line-clamp: 2;
    change to
    -webkit-line-clamp: 4;

    ============================
    the full code looks like:

    .mg-blog-post .tittle, .mg-blog-inner h1.title, .mg-blog-post-box h1.title, .small-list-post h5.title, .mg-blog-
    
    post .bottom h1, .title_small_post, .mg-posts-modul-6 .mg-sec-top-post .title, .mg-no-list-area .mg-blog-
    
    post h3 {
    	overflow: hidden;
      	display: -webkit-box;
    	-webkit-line-clamp: 4;
    	-webkit-box-orient: vertical;
    }

    =======================

    • This reply was modified 4 years, 4 months ago by borngbot.
Viewing 1 replies (of 1 total)