Title: Image (float left) breaking PostWrap!
Last modified: August 19, 2016

---

# Image (float left) breaking PostWrap!

 *  Resolved [mwmalta](https://wordpress.org/support/users/mwmalta/)
 * (@mwmalta)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-float-left-breaking-postwrap/)
 * [http://markmalta.com/blog/?paged=2](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

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

 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-float-left-breaking-postwrap/#post-986102)
 * 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.
 *  Thread Starter [mwmalta](https://wordpress.org/support/users/mwmalta/)
 * (@mwmalta)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-float-left-breaking-postwrap/#post-986132)
 * Thank you for your help but this did not resolve the problem 🙁
 *  [t31os](https://wordpress.org/support/users/t31os/)
 * (@t31os)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-float-left-breaking-postwrap/#post-986135)
 * Here try this instead…
 * `.postWrapper .postMeta {clear:left!important}`
 *  Thread Starter [mwmalta](https://wordpress.org/support/users/mwmalta/)
 * (@mwmalta)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-float-left-breaking-postwrap/#post-986137)
 * i retract that statement. Thanks for your help!
 *  [t31os](https://wordpress.org/support/users/t31os/)
 * (@t31os)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-float-left-breaking-postwrap/#post-986144)
 * Welcome… 😉

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

The topic ‘Image (float left) breaking PostWrap!’ is closed to new replies.

 * 5 replies
 * 3 participants
 * Last reply from: [t31os](https://wordpress.org/support/users/t31os/)
 * Last activity: [17 years, 2 months ago](https://wordpress.org/support/topic/image-float-left-breaking-postwrap/#post-986144)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
