Site logo

Archived topic

Space between posts in frontpage, space between post title and first paragraph

5 replies · Started by Halil on September 30, 2018

Viewing posts 1–6 of 6

Hi,
On frontpage, how can I change the spacing between posts ?

Again on frontpage I'd like to decrease spacing between post title and first paragraph (not in the post, just on frontpage)

I have tried several samples from similar posts but no luck

Hi there,

try this CSS:

.entry-summary {
    margin-top: 1em;
}

thanks. What about spacing between 2 posts? can u help for this one too?

This CSS:

#main .post {
    margin-bottom: 1em;
}

excellent, thanks for your help David.

You're welcome

This archived topic is closed to new replies.