Skip to content

Instantly share code, notes, and snippets.

@shazdeh
Last active August 29, 2015 14:01
Show Gist options
  • Save shazdeh/5735418c103a4409097d to your computer and use it in GitHub Desktop.
Save shazdeh/5735418c103a4409097d to your computer and use it in GitHub Desktop.
grid5 style
.shortcode.loops-wrapper.grid5 .post {
opacity: 1 !important;
width: auto;
float: none;
margin: 0;
}
@media (min-width: 831px) {
.shortcode.loops-wrapper.grid5 .post {
width: 17.4%;
float: left;
margin-left: 3.2%;
}
.shortcode.loops-wrapper.grid5 .post:nth-of-type(5n+1) {
clear: left;
margin-left: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment