• Resolved wodegraress

    (@wodegraress)


    Hey,

    I’ve tried to put more columns in this theme, but I haven’t found how. Can you please help me? Thanks

Viewing 1 replies (of 1 total)
  • Hey !

    In style.css you need to modify this part : .posts .post-container {

    For 4 columns you need:

    .posts .post-container {
    width: 25%;
    padding: 18px;
    overflow: hidden;
    }

    For 5 columns you need:

    .posts .post-container {
    width: 20%;
    padding: 18px;
    overflow: hidden;
    }

    Continue to modify the width for 6, 7, etc columns ??

Viewing 1 replies (of 1 total)
  • The topic ‘is it possible more columns?’ is closed to new replies.