Last active
February 9, 2017 23:31
-
-
Save danielbrinneman/ecf54f668295e1e7d610e4794c59ee7e to your computer and use it in GitHub Desktop.
This file contains 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
/* Place DIV around both images to target the two inside */ | |
<div class=“tbp-images”> | |
<p><a…<img… </a></p> | |
<p><a…<img… </a></p> | |
</div> | |
/* Custom CSS on your theme */ | |
.tbp-images img { | |
float: left; | |
width: 48%; | |
} | |
.tbp-images img .wp-image-400 { | |
margin-right: 2%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment