Title: setstatic's Replies | WordPress.org

---

# setstatic

  [  ](https://wordpress.org/support/users/setstatic/)

 *   [Profile](https://wordpress.org/support/users/setstatic/)
 *   [Topics Started](https://wordpress.org/support/users/setstatic/topics/)
 *   [Replies Created](https://wordpress.org/support/users/setstatic/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/setstatic/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/setstatic/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/setstatic/engagements/)
 *   [Favorites](https://wordpress.org/support/users/setstatic/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Image overlapping posts?](https://wordpress.org/support/topic/image-overlapping-posts/)
 *  [setstatic](https://wordpress.org/support/users/setstatic/)
 * (@setstatic)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/image-overlapping-posts/#post-161404)
 * I’ve been trying to figure this out as well. My html/css is rusty and working
   with the kubrick theme.
 * this seems to works:
 * >  1. in your style.css add a new class:
   > .lefty {
   >  float: left; margin-bottom: 10px; }
   > 2. wrap your post with <div class=”lefty”></div>
   > 3. my image tage looks like this:
   >  <img src=”[http://yrphoto&#8221](http://yrphoto&#8221);
   > alt=”yralt” align=”left” style=”border: solid 1px #000000; margin-right: 4px;”/
   > > which gives me a bit of space to the right of the image.

Viewing 1 replies (of 1 total)