http://wordpress.org/search/sidebar+drops?forums=1
In almost every case, this happens as a result of putting something too wide into a post. If the post column is intended to be 400px wide, but you put a 401px picture in (or a really, really, really long word, or a youtube video, or anything else wider than 400px), then IE will drop the sidebar to the bottom.
It seems that it only became a problem after I installed an events calendar plugin…
does anyone know how to resolve this issue? my client would really like to keep the calendar up…
Thanks again for all the help.
That probably means the calendar is trying to be wider than the theme allows for its containing element. Maybe reduce the font size in the events calendar or something. Or modify the theme to allow for wider content. Not seeing the site, it’s hard to be more specific.
Got It… I went into the style.css and reduced the sidebar width and that seemed to take care of it…
Thanx again for your help… don’t know why I didn’t try this from the start.