Title: borngbot's Replies | WordPress.org

---

# borngbot

  [  ](https://wordpress.org/support/users/borngbot/)

 *   [Profile](https://wordpress.org/support/users/borngbot/)
 *   [Topics Started](https://wordpress.org/support/users/borngbot/topics/)
 *   [Replies Created](https://wordpress.org/support/users/borngbot/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/borngbot/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/borngbot/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/borngbot/engagements/)
 *   [Favorites](https://wordpress.org/support/users/borngbot/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Newsup] How to show title charater in full.](https://wordpress.org/support/topic/how-to-show-title-charater-in-full/)
 *  Thread Starter [borngbot](https://wordpress.org/support/users/borngbot/)
 * (@borngbot)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/how-to-show-title-charater-in-full/#post-15280717)
 * 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](https://wordpress.org/support/users/borngbot/).

Viewing 1 replies (of 1 total)