So I am hoping like hell I can move these events back onto the empty space, because they are annoying me like nothing else.
Anybody?
div .events{ position: absolute; left: 700px;}
^ the one I use from the thread someone created in main awhile ago.
[edit]
Nevermind, doesn't work with the new events now. :P

Edit: Nevermind :x
Check the news, and do a hard refresh as Keith suggests, and that moved my events back to where they should be :)
I did the hard refresh and nothing happened =/
-container{ position: absolute; left: 700px;width:100%} Is the updated code for moving the events to the right.
I've only had one event and accidentally deleted it so I can't really edit beyond that atm.

The old code still works with mine. After I did the hard refresh, they moved to the right. Maybe it's just my browser? I'm using Chrome.
Edit: Nope, works in Firefox too. It's not working for anyone else?
I use Firefox on a Mac, is Ctrl F5 a hard refresh for Mac too?
I also have the old code and my events are atill up the top, should be to the left.
EDIT: I just noticed control F5 is for windows only Edit: Hard Refresh for Mac Users - Hold Shift and click the Reload toolbar button
Is all good for me now
Thank you [Kiss=smilesnz] [Dance=smilesnz] [Flower=smilesnz]
I love you. o_o
I changed the values a bit to suit my taste: -container{ position: absolute; left: 700px;top:-20px;width:50%} :D
[edit]I'm pretty sure changing the position to ''fixed'' will make the box scroll along with you, but I haven't tested it. (If you want to move it vertically, change the ''top'' value. I put -20 to put it a little higher on the page.)