Replies

Jan 13, 2016 10 years ago
jigo
is lonely
User Avatar
THE GREAT PAPYRUS

I'm just looking for a small amount of help with a code. What is the code to move the pet spotlight nomination/trophy on the profile?

I'm looking to move it to a specific spot but I'm not sure what the code is to do that. If it helps, the pet I'm asking this information for is my leashed pet.

Jan 13, 2016 10 years ago
Shantal
is a skilled hooker
User Avatar

Is this what you're looking for? .pet_spotlight

Jan 13, 2016 10 years ago
jigo
is lonely
User Avatar
THE GREAT PAPYRUS

Possibly. Is there a code to put it in a certain spot on the profile?

I'm sorry if this is a dumb question. I literally don't really know anything about coding...

Jan 13, 2016 10 years ago
Shantal
is a skilled hooker
User Avatar

Depends on where you want to put it. This will put it on the top left corner: .pet_spotlight {position: fixed; top: 0px; left: 0px;}

You adjust the top and left numbers to move it around

Jan 13, 2016 10 years ago
jigo
is lonely
User Avatar
THE GREAT PAPYRUS

Oh my lord, thank you. I really couldn't figure that part out...

Jan 13, 2016 10 years ago
Shantal
is a skilled hooker
User Avatar

You're welcome :) Good luck! You can also add width to it, if you want the text to not be as long.

Jan 13, 2016 10 years ago
jigo
is lonely
User Avatar
THE GREAT PAPYRUS

Oh nice, I was hoping adding width to the code would work for that, so that's wonderful! Thanks again~

Please log in to reply to this topic.