Its on the side and I can't scroll to make it go away.
How do I get rid of it????
Try holding Ctrl and scrolling down at the same time. :) Then to make it go back to the original size, hold down Ctrl, and scroll up.
Tried it.. did not work. I still could not get it to go away. Why did subeta DO this to us? Are they trying to make peeps mad?
Trust me, when you're like me and can get online to 40+ events, you're grateful they're no longer at top.
-Which browser are you using
-Do you see the links/buttons on your screen
I rather they be on top. That way I can get rid of them. I can't get rid of them this way.
Firefox
And I don't know what you mean by that
All I see is the edge of the event box to the right. can't even see it all.
I used a bit of customCSS to fix my event box to suit my tastes. :) Go to Preferences / CustomCSS, and paste this into the box there:
<style type=text/css>
-container{ position: absolute; left: 700px;top:-20px;width:50%}
</style>
You can fiddle with the ''left'', ''top'', and ''width'' values to your liking. :)
That should help. Oh yeah, position set to ''absolute'' makes the event box stay at the top of the screen, but changing it to ''fixed'' makes it scroll along with you.