Here's the code I use to fix igvita:
$(".addthis_toolbox").hide();
$("div.primary").css("margin-left", "20px");And as much as I hate to say it, I do something very similar for Kyle Neath's Warpspire.com:
$(".sidebar").hide();
$(".main").css("margin-left", "20px");












