• I’m using WP-Andreas01 2.0; I have tried every trick I can think of in the code and image attributes, but no matter what I try, the images in my recent post align left and wrap text.

    https://murderingmouth.com/2009/06/28/why-pride-needs-to-be-more-commercial/

    I would prefer text on a new paragraph line, but it’s just not happening. I have enclosed the image in paragraph tags, I’ve tried adding a few dozen line break tags, and I even tried changing the image alignment to center or right in the image editor, and none of this changes the ultimate appearance of the post.

    I also tried deleting the Image attributes section of the CSS. No change. Very frustrating. Any tips?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter murderingmouth

    (@murderingmouth)

    Quick follow-up: This seems to only be a problem on a Mac (I’d been testing it in both Safari and Firefox on my Mac).

    I just checked it on an old Windows XP box with IE6 and it looks the way I want it… Which is rather demoralizing ??

    Try editing style.css (line 57)

    #content img, #contentwide img {
    border:1px solid #D0D0D0;
    float:left;
    margin:3px 10px 3px 0;
    }

    and removing float:left;.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Template/CSS seems to prohibit image align modification’ is closed to new replies.