Skip to content

Instantly share code, notes, and snippets.

@imarklee
Created April 28, 2014 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imarklee/11366925 to your computer and use it in GitHub Desktop.
Save imarklee/11366925 to your computer and use it in GitHub Desktop.
EasyBlog columns layout
.category-wrapper-3 .blog-post .blog-image {
float: none !important;
}
.category-wrapper-3 .blog-post .blog-image img{
width: 100%;
}
.category-wrapper-3 .blog-post {
width: 40% !important;
display: inline-block;
float: left;
clear: none !important;
height: 450px;
padding-left: 30px !important;
overflow: hidden;
}
.category-wrapper-3 .blog-post + .blog-post {
border: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment