I've been trying to get a few of my pets ready to submit for the pet spotlight, but I want to make sure that the "Nominate for spotlight" text or trophy won't be covering things up in the middle of the page.
How do I change the position/size of the spotlight on my pets' profiles? I know where I want to put them, I just don't know what the appropriate bit of code is (.pet_spotlight or something?).
.pet_spotlight {
top: -10px;
left: 10px;
position: absolute;
height: 0px;
width: 100px;
overflow: hidden;}
.pet_spotlight img {height:54px; width:54px; border-radius:5px}
, that is the code I use.