Home › Forums › Pro Support › Have all posts same size › Reply To: Have all posts same size
September 28, 2020 at 9:29 am
#20213
Participant
Hi there,
you can try this CSS to limit the Heading to 3 lines:
.cat-home-wpshow .wp-show-posts-entry-title {
line-height: 2.5ex;
height: 7.5ex;
overflow: hidden;
text-overflow: ellipsis;
}