Home › Forums › Pro Support › Truncate post titles › Reply To: Truncate post titles
July 19, 2017 at 10:22 am
#2329
Keymaster
Hi there,
Good question!
You can try something like this:
.wp-show-posts-entry-title {
width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}