Viewing 2 replies - 1 through 2 (of 2 total)
  • in style.css of your theme:

    .entry-content p {
    	overflow: hidden;
    }

    removing this (in firefox wt.web developer add-on) makes all paragraphs flow around the image.

    (not intensively tested; not in other browsers; not on other pages)

    (?) it might have been put there by the theme autor, for a (good) reason (?)

    The overflow: hidden property was added so that excessively big images would not overflow the content area, but it has unintended consequences of text not wrapping properly.

    This issue has been addressed properly and the upcoming version 1.3 will have this issue fixed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trouble getting text to wrap image’ is closed to new replies.