January 13, 2019 at 7:46 am
#59636
Theme Horse Support Team
Keymaster
Hi there,
You can just limit the post title in one row but not the length. To limit the title in one row just go to Appearance > Customize > Additional CSS and paste the below custom CSS code to
.featured-section .entry-title,
.featured-stories .entry-title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
Thank you for using our theme.