So very true! I have been trying to figure out why my stuff wouldn’t align right for over an hour, tweaking away at CSS. Moved over to a PC, and IE & Firefox show my images on the right. The Mac shows my images on the left on Safari and Firefox.
Any solution would be great.
*note: Maybe this is an HTML thing? Early on in my experiments I got my images on the right on the mac. My theme, vesper, had this code:
.post-entry img.align-right {
float: right;
margin: .4em 0 0 1em;
padding: 0 0 10px 10px;
So, I went back to the post page in WP and clicked the image to edit it. Under Advance Settings–Advanced Image Settings–CSS Class it said, “size-full wp-image-42 alignright”. So I changed it to “size-full wp-image-42 align-right” and it didn’t work in the visual preview, but it did when I viewed the site.
Unfortunately, the site I am working on is going to be used by multiple users, so I was looking for something more permanent than having to explain this trick to every poster.