I recently nominated my pet Okashi for the pet spotlight, but... The "Nominated for spotlight" text is just... absent, for some reason. I've tried altering the height and width of the .pet_spotlight code, as well as changing the top/left values, but nothing is working! I've been checking her profile in incognito mode, so I'm not logged in, but it's still not showing up.
I'm still kind of a greenhorn when it comes to coding, so if anyone could give me a hand, that would be great. ;__; I want the text to be over in the picture frame with the cheese wedge in the top right corner of her page.
Right now you have , which contains .pet_spotlight, set to display: none. Removing that will make the spotlight link appear for you, but so will the pet image/color info/owner info/etc. You'll want to set the display for those items to none individually.
Setting the left value to 800px or something around there will then move the spotlight link into the frame. :)