Created
July 29, 2015 17:14
-
-
Save mkrdip/561020fae8dda1914185 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
<script type-"text/javascript"> | |
jQuery(document).ready(function() { | |
jQuery('.et_pb_blog_grid article > .et_pb_image_container).each(function() { | |
jQuery(this).appendTo(jQuery(this).parent()); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add the following CSS:
.et_pb_blog_grid .et_pb_post { margin: 60px 60px 0px 0; }