Replies

Mar 22, 2023 2 years ago
Kinnoyu
User Avatar
Oberon

So I'm fixing up Somewhere's profile and I want to get rid of the empty space above the minion. It's where the "pet has a minion!" text would normally be. I want the minion centered in the border without making it larger than it needs to be were the minion centered

So here's the code that hides the text to begin with {text-indent: -9999px}

Is this possible to do?

Mar 22, 2023 2 years ago
spacemage
is fashionable
User Avatar

if I understood correctly, you want to move the remain elements up so it looks more center? If so add the following code

img { margin-top: -30px; }

I made a forum group for CustomCSS and more

Mar 23, 2023 2 years ago
Kinnoyu
User Avatar
Oberon

that worked! Thanks again for everything you've helped me with!

Please log in to reply to this topic.