badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: How to limit title length

#59636

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.