Home Forums WoodMart support forum Blog – Title always in two lines Reply To: Blog – Title always in two lines

#156744

Hello,

To display the blog title always on two lines. You can increase the font size of title so it will go to next line.

.blog-design-masonry .entry-title {
    font-size: 28px;
}

This CSS might spread the title to more than 2 lines when you used long title for your blogs. So you can use this CSS code at your own risk.

Best Regards.