Hoping this is ok in this forum
I've heard there's a code that can be used which will move all events to the right of the screen. Can anyone share this with me and also tell me where to put it? I'm pretty ignorant when it comes to stuff like this, but I would love, love, LOVE to move them over, especially during special events like Vesnali when we have tons of events at a time.
Thanks for any help! :)
| [box=#d2918c][/box] | [box=#957dad][/box] |
| [box=#FEC8D8][/box] | [box=#E0BBE4][/box] |
| [box=#d5d6ea][/box] |
<style type="text/css">
div.events { position:absolute; top:-150px; left:670px; width:150px; overflow:auto; vertical-align:center; font-size:8px; }
</style>
I think that's it. You may need to alter it a little bit to suit your needs. Put it in your CustomCSS under Preferences.

Thank you for the response!
I put the code in, but it still doesn't work. Any ideas what I'm doing wrong? :(
| [box=#d2918c][/box] | [box=#957dad][/box] |
| [box=#FEC8D8][/box] | [box=#E0BBE4][/box] |
| [box=#d5d6ea][/box] |
Oh my I never thought to do that. I would so love to have the events appear to the right. Thanks so much for providing the code! ^_^
EDIT: I've noticed an error, though. Instead of </style type="text/css"> the last tag should just be </style>
EDIT 2: Oh wait does the code box do that? How strange. :/
Um... I'll type it out with asterisks.
For those of you not in the know, close the code with </style> but delete the asterisks. lol
Well, I'm using this code right now and it works great ^_^
<style type=text/css>div.events{position:absolute; top:-18px; left:750px; width:100px; height:400px; color:; overflow:auto; vertical-align:center; font-size:8px;}</style>
Just copy and paste it into your CustomCSS and when you have an event you can see that it's now in the right gray area not above everything. And it has a scrollbar when there are more events x3
Oh, I didn't even know this existed! This is brilliant, so much easier to browse the site without the events constantly pushing the pages down. Thank you for this!
Thank you! :D I wish I knew this before, those things can be so annyoing, especially during events when they sometimes take up half of your screen.