apronstringsaflutter
Member
Posted 3 years ago #
Hi. Just uploaded to 2.6. In Firefox, when I upload a photo and choose align left, the preview window shows text running around the photo correctly, but when I post, text doesnt run around. My theme is RockinChrome...could it be related to that theme? Thanks for help!
Your theme may need to be updated. The needed styles are here:
http://codex.wordpress.org/CSS
apronstringsaflutter
Member
Posted 3 years ago #
Thanks for the idea, Azaozz. Tried it but no dice. Hmmmm.
I had this problem, wordpress 2.6 except I was trying to align an image right. Although I set the class as in my theme stylesheet WP ignored it. When I set it as alignright using the usual WP image tools it also ignored it. Finally I put this in my theme stylesheet as suggested by Ziphyr and it worked:
.alignright { float: right !important; margin:0 0 15px 15px !important; }
YMMV,
Tony Page
margjedonder
Member
Posted 3 years ago #
.alignright { float: right !important; margin:0 0 15px 15px !important; } solved my allign problem with Cutline 3-Column Split 1.1 and wp 2.6 also.
Thanks!
That solved my problem with Justin Tadlock's Structure theme. Made a copy of the line and changed stuff over for alignleft for the same purpose.
Christophe25
Member
Posted 3 years ago #
.alignright { float: right !important; margin:0 0 15px 15px !important; }
It worked for me too! (cutline theme)
Thx,