Site logo

Archived topic

space between blog post

3 replies · Started by Johan Falkbrink on February 4, 2015

Viewing posts 1–4 of 4

Edit the space between blog post, want to get title text closer together. Where can i do it ??

Are you wanting to decrease the space between the title and content, or each blog post?

If it's between the title and content, you can try this CSS:

.entry-content {
      margin-top: 20px;
}

What I mean is that the image gap between blog entries
SPace

Gotcha - this CSS should work:

.hentry {
      margin-bottom: 30px;
}

Adjust the pixels as needed.

This archived topic is closed to new replies.