Hi,
re:
http://communityvoicesin-westbroadway.org/index.php/stories-blog/entry/learning-to-listen
I was using the following css to float images to the left of text in the main blog entry. It worked fine.
/* Set css to float-left images on full blog entry pages */
#ezblog-body .blog-image-container {
/* text-align: left !important; */
float: left !important;
margin-right: 10px !important;
}
Then, I changed my template, copied the css over into the new template's custom.css file. But now it does not work. The image just stays centered at the top in the full blog entry.
Please advise.

- Jeff.