Viewing 1 replies (of 1 total)
  • The easiest way IMHO is to use the class_wrap attribute and then style that in your css. E.g. Lets say you want to have a 2 em margin between your posts then you can use: [post_to_page class_wrap=”post-listing” All other settings]

    Then you can add in your CSS:
    .post-listing {
    margin: 2em;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Space between posts’ is closed to new replies.