Post upgrade image align not working
-
I just upgraded from 2.0.2 to 2.6.3. With 2.0.2 (and 2.3.2 on which I run another blog) when I use “align right”, “align left”, “align center” placement and word wrap works. With 2.6.3 word wrap does not work with any positioning and align right does not work at all.
I read the Codex article on styling images and made some additions to my style.css file
Specifically these:
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}It doesn’t seem like I should have even needed to do that since image alignment and word wrapped worked in 2.0.2.
What am I missing?
Thanks..
- The topic ‘Post upgrade image align not working’ is closed to new replies.