Is there a way to utilize float or some other formatting for the blog image in the Latest Blog Module to get it to either be left or right of the snippet text instead of on top to utilize the white space?
#ezblog-body .blog-text img, #ezblog-body .blog-content img{
float:left;
}