Home › Forums › Pro Support › How to show only post date and post title and let them on the same line? › Reply To: How to show only post date and post title and let them on the same line?
April 24, 2019 at 4:43 pm
#8981
Keymaster
Try this:
#wpsp-2448 .wp-show-posts-entry-title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 150px;
}