Blog – Title always in two lines
-
Hello, How can I set always two line in blog title.
See Attachments.
I cant find this setting in dashboard.
Best Regards
Lukasz
Attachments:
You must be
logged in to view attached files.
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.