WordPress Blog – Grid View
I use the masonry way at the end of my css; /* Masonry Custom CSS for the Grid Style Blog */ /* Masonry container */ body.blog div#content, body.archive div#content { -moz-column-count: 3; -webkit-column-count: 3; column-count: 3; -moz-column-gap: 1em; -webkit-column-gap: 1em; column-gap: 1em; max-width: 100%; margin-left: 20px; margin-right: 20px; } /* Masonry bricks or child elements … Read more