We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Truncate post titles Reply To: Truncate post titles

#2329
Tom
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;
}