Forums

[resolved] Image (float left) breaking PostWrap! (6 posts)

  1. mwmalta
    Member
    Posted 3 years ago #

    http://markmalta.com/blog/?paged=2 - Post dated December 14th. This left floated image is "breaking" my post box. This is just 1 of many older iimages that do this.

    Thanks in advance,
    -Mark

  2. stvwlf
    Member
    Posted 3 years ago #

    Hi

    in your theme's style.css file, find this on line 320

    li.postWrapper, div.postWrapper {
    background-color:white;
    border:1px solid #EBEBE2;
    margin-bottom:10px;
    }

    add a clear: left; line, like this, to resolve the problem:

    li.postWrapper, div.postWrapper {
    background-color:white;
    border:1px solid #EBEBE2;
    clear:left;
    margin-bottom:10px;
    }

    Its possible the clear:left could break something else - if it does, it means further CSS tweaks are needed.

  3. mwmalta
    Member
    Posted 3 years ago #

    Thank you for your help but this did not resolve the problem :(

  4. t31os
    Member
    Posted 3 years ago #

    Here try this instead...

    .postWrapper .postMeta {clear:left!important}

  5. mwmalta
    Member
    Posted 3 years ago #

    i retract that statement. Thanks for your help!

  6. t31os
    Member
    Posted 3 years ago #

    Welcome... ;-)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.