• When I right align pictures they seem to work fine in everything except for on a Mac. The alignment of the picture stays on the left in any Mac browse, and doesn’t look good at all (no text wrapping). Is this a bug or is there a fix?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Are you positive it displays correctly on a PC browser?

    Thread Starter macpokeruk

    (@macpokeruk)

    Yea because I usually work on it in parallels (windows using IE) and it’s fine, but when I switch back to Mac mode it’s funked up. 🙁

    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.

    Solution:

    1. Edit your page and view in HTML mode.

    2. insert the following line of text before the “src”
    style=”float: right; margin-left: 5px; margin-right: 5px;”

    3. enjoy

    4. wait for this to be resoled in a future version of WordPress

    Regards,
    Greg

    http://www.resourcesforlife.com/g

    I pray this is fixed in future version of wordpress because I am having huge issues with the image processing and placement in 2.7.1

    It is also adding each image to a gallery when I upload an image even when I don’t want too. . .

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Images not right aligning on Mac’ is closed to new replies.