Page MenuHomePhorge

User menu is overlayed by ShoutWikiAds sidebar advertisement
Open, HighPublic

Description

This is probably some css z-index thing, but I'm not quite sure yet, i'm looking further into it.

pasted_file (738×1 px, 215 KB)

Event Timeline

The ad needs pushing further down the page. Overlaying that user menu on top of the ad is just calling for an invalid click activity strike.

div#mw-panel-right {
	top: 120px;
}

might/should fix this, at least for anons. Tested on Opera 37.0.2178.32 under Windows 7. No idea what to do w/ logged-in users, though.