Firstly, I have to say that I haven't been here in about a month or so, but as I came back today to check on my pets, I've noticed a couple of things I don't like.
1: The wardrobe. It says it's been steamlined, but to me it's harder to navigate than it used to be! It took me twenty minutes to figure out how to save changes to my avatar.
2: The event windows. Why do they have to be all the way over there? ---> I keep my resolution settings at 800x600 because otherwise I can't see, and those event boxes are just out of range! It's kind of annoying to have to adjust my screen settings every time an event comes up.
The wardrobe takes time to get used to, i know what you mean. I didn't like it at first either, but it's a lot more handy for me now.
And you could always use custom CSS to move the event box to where you want it. C: If you need the code, i'll happily give it to you! 83
1024x768 isnt that much different. Its really impractical these days to use anything lower.
I understand that you may have some trouble seeing, and thats why you have it at that resolution, but most sites assume most people have a higher res (at least 1024x768). This may not be the last site where you run into that problem.
It really is a big difference, though. I mean, the difference between seeing and not seeing is HUGE.
Um...I can move the box? How would I go about doing that?
It all depends on screen size and resolution I suppose, if screen size even has anything to do with it.
~~~Selling my literal soul for this~~~
Well, I suppose if I had a forty-inch monitor screen, I might be able to see 1024x768 better. But unfortunately, I don't think my monitor is even half that size.
And it really is a pain to have to resize your screen every time you want to see an event. sighs Eh, I'm guess I'm once again the only one in the crowd who has these problems.
<style type=text/css>
-container{
top: auto;
left: auto;
position: static;
width: 90%;
border: none;
margin: 0 auto 16px auto;
}
-wrapper {
max-height: none;
}
</style>
Is the customCSS used to move the events. And yes, you're practically alone, less than 1.4% of subeta now uses a 800x600 ;).
💖 ✨ 🤗
Yay! Keith! :)
Okay, getting serious: What exactly in that code controls the horizontal position?
EDIT: And where do I go? </out of touch>
That code does not work. >__>. It won't even save when I c/p it into the custom ccs. why don't you move events back to the top, so we little people can get rid of them.
Or at least tell us how to use that code to move the box.
If 's code does not work for you, then you've done something wrong. I just tried it and it put my events in the middle of the screen exactly like it's supposed to.
-container{
top: auto;
left: auto;
position: static;
width: 90%;
border: none;
margin: 0 auto 16px auto;
}
-wrapper {
max-height: none;
}
In fact, THIS is what it should look like, right before you push Update. Except it won't be purple, because that's my CSS. :POk thanks Charm. Everyone's been not so nice about helping out. >__> I think some peeps..forget that some people online don't really get all this ccs stuff, and things like that.. and need it in step by step forms like what you gave to us. Thanks.