Replies

Mar 23, 2015 11 years ago
janine
is made of stardust
User Avatar
boring

I've seen on a number of different profiles where their pet sections have different shapes for the headshots. I've mostly seen circles and rounded rectangles and I just can't figure out how it's done plus I don't know anything about coding so I have absolutely no clue what I'm doing in general. Hopefully someone can help me out. Thanks.

Mar 23, 2015 11 years ago
Adventure Captain
sonata
User Avatar

.avatar_head { height:50px !important; width:50px !important; border-radius:10px; }

You can change the numbers to fit what you want.

Art by
[tot=sonata]

Mar 23, 2015 11 years ago
janine
is made of stardust
User Avatar
boring

Thank you... my only other question is, where do I put the code? Just with all the other coding for my profile?

Mar 23, 2015 11 years ago
Adventure Captain
sonata
User Avatar

Yup, just with all your other profile coding. Inside the style tags.

Art by
[tot=sonata]

Mar 23, 2015 11 years ago
janine
is made of stardust
User Avatar
boring

Thank you!! That was simple and easy! ❤️

Mar 23, 2015 11 years ago
Adventure Captain
sonata
User Avatar

No problem. :)

Art by
[tot=sonata]

Mar 23, 2015 11 years ago
Desolace
is getting bi
User Avatar
Darkstripe

So, this doesn't work with standard-profiles, right? Just with custom profiles?

Mar 23, 2015 11 years ago
Adventure Captain
sonata
User Avatar

It should work on standard profiles but only if you're using the pet headshots. You can still play around with the full pet images (like I can see you're using) but it'll take a different code. ^^

Art by
[tot=sonata]

Mar 23, 2015 11 years ago
Desolace
is getting bi
User Avatar
Darkstripe

So, where would I paste the code you posted...? I'm a total noob with coding, sorry :'D

Mar 23, 2015 11 years ago
Adventure Captain
sonata
User Avatar

Hehe, that's fine. :)

Go here

And if you're not using any css already you should remember to add style tags. So the code I posted before will look like this:

<style> .avatar_head { height:50px !important; width:50px !important; border-radius:10px; } </style>

Art by
[tot=sonata]

Mar 23, 2015 11 years ago
Desolace
is getting bi
User Avatar
Darkstripe

Aaaah, okay, now it works! Thank you :)

Mar 23, 2015 11 years ago
Adventure Captain
sonata
User Avatar

Anytime. :)

Art by
[tot=sonata]

Please log in to reply to this topic.