• Resolved gogomx

    (@gogomx)


    Hi, i tried to customized the index to display 6 posts per row, i removed the sidebar and only shows thumbnail and title.

    I changed the class to .grid_2_of_12 but i cannot achive to move post aside each other.

    Any hint?

Viewing 1 replies (of 1 total)
  • Theme Author Anthony Hortin

    (@ahortin)

    You could change the grid, but that might take a bit of messing around. You might want to simply add something like:

    .blog .site-content article {
       width: 16.5%;
       float: left;
    }

    This is just rough, and not tested. There’s also a number of other styles you’ll need to tweak so that everything aligns properly.

Viewing 1 replies (of 1 total)
  • The topic ‘Grid 6 colums per row’ is closed to new replies.