Skip to content

Instantly share code, notes, and snippets.

@mkrdip
Created July 29, 2015 17:14
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 mkrdip/561020fae8dda1914185 to your computer and use it in GitHub Desktop.
Save mkrdip/561020fae8dda1914185 to your computer and use it in GitHub Desktop.
<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>
@mkrdip
Copy link
Author

mkrdip commented Jul 29, 2015

Add the following CSS:
.et_pb_blog_grid .et_pb_post { margin: 60px 60px 0px 0; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment