Archived topic
I want to keep the Separating Space 2 px between one post to another post
1 reply · Started by Immi on November 7, 2019
Viewing posts 1–2 of 2
I want to keep the Separating Space 2 px between one post to another. And I want to keep all the others separating space 20px.
If I Reduce separating space from here Customize>Layout>Container>Separating Space. impact space on all others
Hi there,
try this CSS:
.separate-containers .site-main .post {
margin-bottom: 2px;
}
This archived topic is closed to new replies.