Okay
  Public Ticket #1589446
text not showing full
Closed

Comments

  • Kishore started the conversation

    Hello,


    We added some text here but, it is not showing full in the front end page, for more reference snapshot.

    Regards,

    Kishore 

  •  1,629
    Andrey replied

    Hello, Dear Kishore!

    To extend this areas for text, click WP Dashboard => Appearance => Customize => Additional CSS and insert here this code:

    .content-3lines-ellipsis {    
        height:     auto;
        -webkit-line-clamp: unset;
    }
    

    Then save changes. Best Regards!