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
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
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.
Thank you for your help but this did not resolve the problem :(
Here try this instead...
.postWrapper .postMeta {clear:left!important}
i retract that statement. Thanks for your help!
Welcome... ;-)
This topic has been closed to new replies.