Forums

Wrapping images around text (3 posts)

  1. BramPintelon
    Member
    Posted 1 year ago #

    Hey all,

    I'm a fairly new user to wordpress, but I managed to alter all the things I needed to alter.

    the only big problem is that when an image is added to a page on http://www.care4health.be the images aren't wrapped around the text.
    This is my first site for a client.

    I'm using the latest wordpress and the latest MyMag theme. I've been around their support forum also, but the reaction times are very poor.

    http://www.wp-themix.org/support/topic/images-within-post-help

    Thanks in advance

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    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.

  3. BramPintelon
    Member
    Posted 1 year ago #

    Hey,

    Thanks for the quick reply!

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

    But consider it solved ;-)

Topic Closed

This topic has been closed to new replies.

About this Topic