Title: johniv's Replies | WordPress.org

---

# johniv

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Content forced below sidebar in IE Browser…](https://wordpress.org/support/topic/content-forced-below-sidebar-in-ie-browser/)
 *  [johniv](https://wordpress.org/support/users/johniv/)
 * (@johniv)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/content-forced-below-sidebar-in-ie-browser/#post-366267)
 * Scott I had a similar problem and discovered that the cause was in my “margin-
   right” line. I basically discovered that I set it too large and the content was
   literally word-wrapping around until the end of the column. Try adding lines 
   like :
 * right: 2px;
    margin-left: 0px; margin-right: 2px; width: 180px; float: right;
   position: relative;
 * That worked for me.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sidebar appears below everything else](https://wordpress.org/support/topic/sidebar-appears-below-everything-else/)
 *  [johniv](https://wordpress.org/support/users/johniv/)
 * (@johniv)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/sidebar-appears-below-everything-else/#post-335778)
 * I have the main area 900px wide, the content 650px wide. I want the sidebar to
   start at 700px and go to 850px. I made it 900px to allow some leeway when I was
   learning the code… But none of the items within the sidebar are unable to wordwrap
   within 150px.
 * Thanks for trying though – have one on me.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sidebar appears below everything else](https://wordpress.org/support/topic/sidebar-appears-below-everything-else/)
 *  [johniv](https://wordpress.org/support/users/johniv/)
 * (@johniv)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/sidebar-appears-below-everything-else/#post-335776)
 * I am having this same issue with my blog. It was working fine for about a month
   then just happened. The page is [http://www.pollsandpundits.com/blog/](http://www.pollsandpundits.com/blog/)
 * I have checked that my `<?php get_sidebar(); ?>`
    is above my footer. I have 
   run the validation service. I have checked the length of the items within the
   sidebar and none are wider than my margins.
 * Can someone suggest another possible problem?

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