Viewing 1 replies (of 1 total)
  • You can redefine the css for the su-post class:

    .su-posts-default-loop .su-post {
    margin-bottom: 2.5em;
    line-height: 1.5;
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-right: 2%;
    margin-left: 2%;
    }

    If you’re using a responsive theme, you’d want to set the width to auto or 100% at a corresponding break point.

Viewing 1 replies (of 1 total)

The topic ‘Posts in Columns’ is closed to new replies.