Created
August 9, 2014 12:40
-
-
Save richtabor/810553ccf5841837d79d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Masonry Grids */ | |
.masonry-item { | |
padding: 15px; /* Adjust this padding here to add/subtract from the gutter */ | |
width: 50%; | |
} | |
/* Portfolio Grids (Floating) */ | |
#load-more .portfolio, | |
.products li .portfolio, | |
.widget_bean_portfolio li, | |
#portfolio-grid li .portfolio, | |
#portfolio-grid.more li .portfolio, | |
#portfolio-grid li .portfolio a { | |
display: block; | |
margin: 25px; /* Adjust this padding here to add/subtract from the gutter */ | |
overflow: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment