• Resolved Tirips

    (@tirips)


    Hi,
    Some of my posts are short on 1 line and some are longer and display on 2 lines.
    I am using the grid option and I want to display all my titles on a 2 lines space (so my images are aligned).
    I tried to make a custom CSS… without success.
    Any help would be appreciated.
    Thanks in advance, regards

    • This topic was modified 3 years, 1 month ago by Tirips.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @tirips you can adjust this CSS as you wish;

    [data-prefix=”blog”] .entry-card .entry-title { min-height: 3em; }

    Thread Starter Tirips

    (@tirips)

    2.4em works fine.
    Thanks a lot!!

    Thread Starter Tirips

    (@tirips)

    For those who want this layout, I added
    {display: flex; align-items: center;}
    to vertical center the title wether it is on 1 or 2 lines.

    • This reply was modified 3 years, 1 month ago by Tirips.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Entry title – line height’ is closed to new replies.