Hey, so with a massive amount of help from this topic, I just put together my first (and quite possibly only) pet profile :D
However, I'm having a lot of trouble getting the spotlight link to show up (this is also where the trophy will show if he wins, correct?). I'm checking in an incognito window but I don't see anything no matter what I do; I want it to show up underneath the minion.
Also I have a large amount of white space at the bottom that I don't need, is there a way I can fix that? The TC items are just there to show where the TC starts; the area will be the same height as the story box. Otherwise I'm pretty happy with the profile as it is, I want it to be relatively simple because I wanted to try coding it myself and I know I can't do better lmao
For the spotlight link to show up, make sure you have the pet set to "yes" on this page.
To change the spotlight div itself, you can try messing around with:
.pet_spotlight{position:absolute; top:420px; left:275px;}
(if you place a temporary border, it can help to position it, then deleting the border once you're done if you don't want it!)
.pet_spotlight{position:absolute; top:420px; left:275px; border: 1px solid red;}
The large amount of white space at the bottom is probably because of that pesky content div. You can try one of these?
{height:100% !important;}
or
{height:600px !important;}
On a side note, this is another super useful board :D
[Edit]
Oh! For the content, you can also try making the padding-bottom smaller. (currently it's at 75px).
{padding-bottom: 15px;}
Oh geez I totally forgot to turn his nomination on, haha wow.
But thank you so much! ;^; I finally got everything to cooperate and I think I've got it how I want it to look (more or less, I have to adjust a few numbers but that part I got down B) )
Also bookmarked the other thread; thank you so much for your help <3
Lol I'm pretty sure I've done that before too! : P
You're very welcome! I'm glad I could help <3