How to make featured images show up on the left side from content in the WordPress blog page

It’s actually pretty simple, you just need to add custom CSS for featured images. Trust me, it’s not as scary as it sounds. This piece of code will do the thing: [class=”attachment-full wp-post-image”] { height:50%; max-width:50%; float: left; margin-right:20px; padding-right: 20px; } Of course in your case the class might be different, depending on your … Read more