Can you pls try the below custom CSS in livemesh widgets > settings > custom CSS –
@media only screen and (max-width: 767px){
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap .entry-title a{
white-space: nowrap;
}
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap .entry-title{
font-size: 12px;
}}