Title: combustingboy's Replies | WordPress.org

---

# combustingboy

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [IE Woes-Help!](https://wordpress.org/support/topic/ie-woes-help/)
 *  [combustingboy](https://wordpress.org/support/users/combustingboy/)
 * (@combustingboy)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/ie-woes-help/#post-1008638)
 * your entire comment area seems to be wrapped in a div that’s labeled as:
 * `<div style="text-align: center;">`
 * add the clearing rule to this, so it would be:
 * `<div style="text-align: center; clear: both;">`
 * Hopefully that will do it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [IE Woes-Help!](https://wordpress.org/support/topic/ie-woes-help/)
 *  [combustingboy](https://wordpress.org/support/users/combustingboy/)
 * (@combustingboy)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/ie-woes-help/#post-1008633)
 * try throwing a `<div id="respond" style="clear: both;">` on there.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [IE Woes-Help!](https://wordpress.org/support/topic/ie-woes-help/)
 *  [combustingboy](https://wordpress.org/support/users/combustingboy/)
 * (@combustingboy)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/ie-woes-help/#post-1008629)
 * At a super quick look, it seems like an issue with the adsense area being positioned
   absolutely and the subsequent content (leave a reply) starting higher up in the
   document than normal. Make sure your clearing the comment areas as well.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [images not aligning properly](https://wordpress.org/support/topic/images-not-aligning-properly/)
 *  [combustingboy](https://wordpress.org/support/users/combustingboy/)
 * (@combustingboy)
 * [18 years ago](https://wordpress.org/support/topic/images-not-aligning-properly/#post-762259)
 * this theme has the images automatically float left, which means anything else(
   like you text) will float around it.
 * This rule is in the stylesheet:
 *     ```
       /* IMAGE STYLE */
   
       img {
       float: left;
       padding-right: 5px;
       border: 0;}
       ```
   
 * Just delete the “float: left;” line and your images with then inherit whatever
   formatting you used in the wordpress editor (align left, etc)

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