Archived topic
Add space between category and post title
5 replies · Started by Roger on July 13, 2021
Viewing posts 1–6 of 6
Hi,
How to insert space between category and individual post title?
Hi there,
try adding this CSS:
.single-post .entry-title {
margin-top: 0.5em;
}
It worked!
Glad to hear that
Thank you!
You're welcome
This archived topic is closed to new replies.