I am starting to make my way into coding so I can finally work on my pets' profiles. However, I got stuck with the pet TC coding. You can check the mess I made here!
I want to move the TC so it goes below the pet image and stats, in that blank space. The pet friends will be moved below her TC too, but I just can't figure a coding to put that to work. I've visited several guides but none could help me!
I'm willing to pay for any help, but it'll have to be with sP as I'm out of CSC as of now. :c Please help! Any comments are highly appreciated.

I think the problem is that there is a ";" missing after "left" in the "" section.
Try this code:
{
position: absolute;
top: 400px;
left: 50px;
bottom: 20px;
height: 500px;
width: 400px;
border: 1px solid black;
}
[flower=paula]
Thanks a lot, it really was that! I must be blind, it must be too much coding for one day.
Is there a way to put the pet friends below the treasure chest? Also I'd like to pay you for your help if that's fine. That absent ";" was stressing me out so much, you kept me from more failed attempts of resolving it. x)

For pet friends, this might help?
Adjust positioning as you like. c:
{
position: absolute;
top: 950px;
left: 50px;
width:400px;
}
For the pet friend descriptions, if you end up having any longer ones, this should help. Adjust the height as necessary!
div.friend_div{
height:200px;
}
Oh my lord! Thanks so much! You guys have no idea how confusing it is to me to actually code something by myself. x) Can I pay you for your help?

You're welcome! :D I remember how hard it was for me to get used to Subeta's coding at first. So many headaches, so much grumbling...
No need to pay me anything, I'm happy I could help!
Oh no please, you don't have to pay me for that! It's a honest mistake, it happens with me all the time! If you need any more help you can ping me or comment on my profile :)
[flower=paula]
Thanks a lot!! This whole coding thing is huge to me. :') Hopefully I'll get there.
