[Resolved] space between blog post

Home Forums Support [Resolved] space between blog post

Home Forums Support space between blog post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #72319
    Johan Falkbrink

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

    #72432
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #72518
    Johan Falkbrink

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

    #72615
    Tom
    Lead Developer
    Lead Developer

    Gotcha – this CSS should work:

    .hentry {
          margin-bottom: 30px;
    }

    Adjust the pixels as needed.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.