Working on a site at kentuckyoneemployees.org using a new template. I cannot get the text to wrap around images for some reason and cannot figure what the issue is. I have tried adding a dew different things to the style.css such as :
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
and
.SCS img.alignleft { float: left; }
.SCS img.alignright { float: right; }
and
[CSS code moderated - a link to your site is enough to access the styles - or use the pastebin]
Any ideas what I am doing wrong?