Revolution theme image align problem
If you are using great Revolution themes by Brian Gardner with the newer Wordpres like 2.6.3 and you are experiencing problems with aligning images, then here is simple fix for you. Open your style css and first delete this:
#contentleft p img {
border:medium none;
float:left;
margin:0 10px 10px 0;
}
or as in my version this
#content p img {
float: left;
border: none;
margin: 0px 10px 10px 0px;
}
Then add this at the bottom of your style.css Read more



