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 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?

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