- This topic has 1 reply, 2 voices, and was last updated 9 months, 2 weeks ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hi,
I managed to make post titles even sized (and center them vertically) using this CSS code (below) and you can see the effect on my screenshot. Now I would love to do the same with post excerpt – as you can see the “read more” buttons are not in the same level and it looks ugly.
Is there a CSS code to achieve that?
CSS for title:
.post-title
{ display: flex;
justify-content: center;
align-items: center;
height: 110px;
}
Hi Wiktor,
Actually, there is no CSSconde whcih can help, you need to set exactly the same amount of words in the posts excerpts, for example, 30 for each post.
Please navigate to Dashboard > Appearance > Customize > Blog Page > Excerpt Length
Kind Regards