On September 3, 2013 at 3:52 pm
add this to the very bottom of your stylesheet:
body .lay1 .hentry{width:100%!important;margin-right:0!important;}
and then open up layout1.php and replace this:
<?php the_post_thumbnail('medium'); ?>
with:
<?php the_post_thumbnail('large'); ?>