CSS Selector is not working
-
Hello! I’ve looked high and low for a plugin that will give me equal height for my masonry grid. I’m using CSS to generate the masonry grid layout (see below).
/* Masonry container */ body.blog div#primary { -moz-column-count: 3; -webkit-column-count: 3; column-count: 3; -moz-column-gap: 1em; -webkit-column-gap: 1em; column-gap: 1em; } /* Masonry bricks or child elements */ body.blog article { background-color: #fff; display: inline-block; margin: 0 0 1em; padding: 1em; width: 100%; } body.blog .paging-navigation { background-color: #f56991; -webkit-column-span: all; column-span: all; } /* Some ad hoc CSS useful for many themes */ body.blog .site-content { margin: 1em; } h1, h2, h3, h4, h5, h6, a { -ms-word-wrap: break-word; word-wrap: break-word; }
I got it online from wpmudev
I’ve installed your plugin and I’ve tried the above CSS selectors and it’s not working. Help please!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CSS Selector is not working’ is closed to new replies.