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 20, 2019 at 5:44 pm
#8855
Keymaster
Try this CSS:
#wpsp-2448 .wp-show-posts-entry-header {
display: flex;
}
#wpsp-2448 .wp-show-posts-entry-meta {
order: -10;
margin-right: 20px;
}