Archived topic
Drop Read More Text - WP Show Post
3 replies · Started by Jerry on January 3, 2021
Viewing posts 1–4 of 4
Hi guys,
Ying helped me out greatly before, but I noticed the "Read More" text in WP Show Post is still inline.
I like it drop down 2 lines. Currently, it is in line with the last words of the excerpt. I'd like to drop it a full line to create a little space.
http://jeroenc2.sg-host.com/blog/4-reasons-why-drinking-kombucha-is-good-for-your-gut/
Thank you!
Hi there,
try this CSS:
.wp-show-posts-entry-summary p a {
display: block;
margin-top: 10px;
}
Thank you once again!
You're welcome
This archived topic is closed to new replies.