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.

Is this what you're looking for?
.pet_spotlight
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...

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
Oh my lord, thank you. I really couldn't figure that part out...
