Hi Jim,
There seems to be two different <div> elements that are causing this. The first is the div immediately following your AdSense content. Because it’s style is set to clear:both; it is pushing the content below your sidebar. When I changed it to clear:none, the ‘Share This’ content comes back up below the Google Ad.
The second div has a class of ‘sharing-clear’. When I set this to clear:none; the content comes back up where it should.
Let me know if this helps!
Thank you do much for the response- it worked perfectly! It’s very frustrating they would put that code there. I never, ever would’ve found it without your help. I really appreciate it.
-Jim
Glad I could help, Jim. You might look into the Firebug extension for the Firefox web browser. It’s always helpful in these types of situations.