Shortern Mobile Excerpt On Homepage

Hi colorlib,

How do i shorten the post excerpts on the mobile homepage to 4 lines before the Read More button appears?

Website: https://shesoutside.com/

Thanks,

hey there

Hope you are having a good day and thank you for your question :slight_smile:

Please add this CSSĀ in appearance - customize - additional CSS

@media (max-width: 768px) {
.home .entry-content p {
height: 105px;
overflow: auto;
}
}

Thanks!
Colorlib Support Team