Text Wrapping Around Images (have tried the suggested fixes)
-
Good morning all. This past weekend I migrated my blogspot and wordpress.com accounts over to self-hosted www.ads-software.com account. I am now seeing some trouble with text wrapping around my images. It used to basically do it by itself in wordpress.com but is now giving me fits.
I have tried adding the suggested coding to the bottom of my style.css sheet.
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} a img.alignright {float:right; margin:0 0 1em 1em} a img.alignleft {float:left; margin:0 1em 1em 0} a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
Please keep in mind that I have never really used CSS before so if you could explain in dummy terms, that would be great.
Here’s an example of my problem:
https://www.lindsayblogs.com/reviews/?p=197
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Text Wrapping Around Images (have tried the suggested fixes)’ is closed to new replies.