Viewing 2 replies - 1 through 2 (of 2 total)
  • i had to search for a page with an image (found one under ‘solutions’ ‘dialyse’ )

    this style in style.css is (at least partially) causing this;

    #subpage .content p {
    font-size: 12px;
    margin-top: 10px;
    color: #565656;
    clear: both;
    }

    if an alignleft image (with the float:left; in the style ) is outside the paragraph tags, the clear: both; prevents the text from flowing around.

    try to remove the line clear: both; and see if that helps without causing side effects somewhere else on the site.

    Thread Starter BramPintelon

    (@brampintelon)

    Hey,

    Thanks for the quick reply!

    It did the trick partially, I had to alter some other things as well.

    But consider it solved 😉

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

The topic ‘Wrapping images around text’ is closed to new replies.