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?
May 8, 2019 at 4:46 pm
#9245
Keymaster
1. I’m not sure as the characters aren’t the same. You could try this:
#wpsp-2448 .wp-show-posts-entry-title,
#wpsp-2448 .wp-show-posts-entry-meta {
line-height: 20px;
}
2. Try this:
@media (max-width: 768px) {
#wpsp-2448 .wp-show-posts-entry-header {
flex-direction: column;
}
}