Ok, I loaded your extension and it seems to be working fine for me? Popups open 100%. Would you mind sending me a screenshot of what happens? Or should I rather catch you on Steam chat?
EDIT: I fiddled with the CSS a bit a came up with a nice, clean layout. Try adding this to your CSS file and see if you like it:
Code:
body {
width: 100% !important;
background: #ddd !important;
overflow-x: hidden;
}
body > div {
background: #ddd !important;
}
#_em_stage__em, #ad_global_below_navbar, .tborder, #header_advert, #ad_global_above_footer {
display: none !important;
}
#header + a {
position: absolute !important;
padding: 6px 5px 7px 5px !important;
background: #fff !important;
}
#header + a > img {
width: 90px !important;
}
.navbar {
position: absolute !important;
left: 105px !important;
width: auto !important;
right: 0px !important;
}
#breadcrumb {
position: absolute !important;
left: 3px !important;
top: 146px !important;
}
.body_wrapper {
padding: 30px 0 !important;
}
I had to hack the horizontal overflow a bit to let it NOT scroll, but it suffices for now. I'll see if I can pretty it up a bit at a later stage.