• instructorsupport

    (@instructorsupport)


    Hi, I’m having some trouble getting text to wrap thumb-nail images within a post. It seems that only the first paragraph stays up by the image. The rest of the text just hops down to after the image.

    An example of that is http://www.instructorblogs.co.uk/sharedideas/about/

    This happens even when the image is left aligned. Thanks for any help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@alchymyth)

    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.