Vector and Aurora displays a 160x600 skyscraper ad, but puts it inside a 120x600 iframe with an overflow:hidden style declaration. This makes the ad appear cropped off at the right on Vector, and overflows in to the content area on Aurora.
Description
Event Timeline
The outermost div#column-google is now 160px wide, but some of the intermediate nested elements remain 120px.
Editing attributes on these four elements in developer view fixes the problem client side:
ins#aswift_2_expand
style = "...width:160px;..."
ins#aswift_2_anchor
style = "...width:160px;..."
#aswift_2_anchor iframe (the iframe child of #aswift_2_anchor)
width = "160"
style = "...width:160px;..."
iframe#google_ads_frame3
width = "160"
I'm not familiar enough with the server side code to pinpoint where the 120's are coming from, but I hope this helps.
I've got a number of fixes upstream that I've yet to pull down to ShoutWiki - I believe this might be amongst them?
So this turned out to be surprisingly difficult to actually fix. For some reason, the server keeps throwing me either old or 503ing CSS...