Replies

Feb 10, 2021 5 years ago
DarkSaint
User Avatar

I got my profile from FallenSamurai, and I thought I'd throw this out to anyone and everyone before I pester them directly with a silly question.

Here's what I'm playing around with: https://subeta.net/petinfo.php?petid=6000954

My main question is, can I move the image of my minion down to be centered with Creep, opposed to being so high up? I fiddled with the height and margin but that didn't help.

Also...I'd like to center the credits at the bottom. Is there a better way to do that than just changing the margin-left from 5px to 100px?

Feb 10, 2021 5 years ago Official
Historiography
is a Time Lord
User Avatar
Nein

I’m going to move this to profile and graphics discussion since it looks like you’re asking for coding help and not buying profile graphics.

Feb 10, 2021 5 years ago
DarkSaint
User Avatar

Oops! I'm sorry, I didn't scroll down enough to see that. Thank you!

Feb 10, 2021 5 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

add these lines to 's styling (inside the curly brackets): position: relative; top: 100px;

remove the margin from ::after and add these lines to its styling (inside the curly brackets): display: inline-block; width: 100%; text-align: center;

Feb 10, 2021 5 years ago
DarkSaint
User Avatar

Thanks! That worked perfectly :)

Feb 11, 2021 5 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

glad to help! let me know if you need help with any other changes.

Please log in to reply to this topic.