• My images are aligning left and the text is wrapping correctly in the WSYWYG editor but not on the published page. It only works for the first sentence of text and then not for the proceeding paragraphs.

    The HTML for the page appears correct:
    <img class="alignleft

    I’m using the Simple Catch theme. I checked out the style.css and it looks correct:

    img.alignleft {
    	margin-right: 20px;
    	margin-bottom: 20px;
    }

    I tried changing the margins to 0px in the custom CSS, thinking it maybe was a space issue, but it didn’t work.

    Thanks, all.

Viewing 1 replies (of 1 total)
  • please post a link to the problem page.

    there might be some ‘clear: both;’ or so on the paragraphs or headers (?)

Viewing 1 replies (of 1 total)
  • The topic ‘Text Wrapping Failure’ is closed to new replies.