Title: marksimagination's Replies | WordPress.org

---

# marksimagination

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

 *   [Profile](https://wordpress.org/support/users/marksimagination/)
 *   [Topics Started](https://wordpress.org/support/users/marksimagination/topics/)
 *   [Replies Created](https://wordpress.org/support/users/marksimagination/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/marksimagination/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/marksimagination/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/marksimagination/engagements/)
 *   [Favorites](https://wordpress.org/support/users/marksimagination/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: [CSS help, please!](https://wordpress.org/support/topic/css-help-please-2/)
 *  [marksimagination](https://wordpress.org/support/users/marksimagination/)
 * (@marksimagination)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/css-help-please-2/#post-1095248)
 * ah well there’s your problem — you’ve got floating divs.. your best friend for
   those is create a style in your ‘style.css’ called.
 * .clear {clear:both;}
 * first check and see if it’s already in there.. if it is then don’t add another.
 * Otherwise…add the div I’ve added after your ‘right’ div something like this:
 * <div id=”right”>
    (there’s some code in here) </div> **<div class=”clear”></div
   >**
 * and that’ll fix your issue 😀

Viewing 1 replies (of 1 total)