I accidentally removed the code for moving event box to the left at the moment the box is sitting at top right of screen,I have this one -container{ position: absolute; left: 760px;width:35%} but it is not working.
Is this the correct one,I don't want to have to keep changing my screen resolution to get the events
Also I would like to get rid of the Friends online part as well
-container{top: auto;left: auto;position: static;width: 75%;margin: 0 auto 16px auto;} -wrapper{max-height: none;}
remove the friends online {display:none}

How do I move it a bit more to the left as at the moment it is sitting at top of page.
I appreciate your help Thank you
I have no events so I can't test it but if you want it in a certain place change the left: auto; to left: ; If it doesn't go far enough just add a - infront of the number.
