I wanted the image to be aligned to the left by simply using css code. Since wp uses the class .alignleft or .alignright for images in the post editor, I inserted float:left into the class .alignleft but the problem is, my post is too short and the image floats to other posts in the loop. How can i solve this problem?