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

Blog – Title always in two lines

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #156722

    good-design
    Participant

    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.
    #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.

Viewing 2 posts - 1 through 2 (of 2 total)