Replies

Jun 11, 2009 16 years ago
Marreshaann
has a dragon
User Avatar
Yuanzhi

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

Jun 11, 2009 16 years ago
Revel
is sweet
User Avatar

-container{top: auto;left: auto;position: static;width: 75%;margin: 0 auto 16px auto;} -wrapper{max-height: none;}

remove the friends online {display:none}

Jun 11, 2009 16 years ago
Marreshaann
has a dragon
User Avatar
Yuanzhi

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

Jun 11, 2009 16 years ago
Revel
is sweet
User Avatar

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.

Jun 11, 2009 16 years ago
Marreshaann
has a dragon
User Avatar
Yuanzhi

Thanks again :)

I will need to keep a note of those codes for future reference

Please log in to reply to this topic.