Viewing 2 replies - 1 through 2 (of 2 total)
  • Leo

    (@leohsiang)

    Hi there,

    That option is only available in our premium plugin unfortunately:
    https://docs.generatepress.com/article/using-columns-in-the-blog/

    Hopefully you can consider it ??

    Try this CSS (on the free version)

    body:not(.single-post):not(.page):not(.error404) .separate-containers .site-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    body:not(.single-post):not(.page):not(.error404) article {
        width: calc(50% - 20px);
        margin-left: 20px !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post grid’ is closed to new replies.