Thanks! That's a big help. :) You'd think that after 11 yrs I would know all of this, lol.
[item=Dappled Unicorn]
[item=Great White Shark]
Wow! Congrats! That's a really long time. That was close to when Subeta began, wasn't it? Subeta has changed a lot since I've been here, so I imagine tremendously so since you started. I love the changes tho. Many things are just easier. I've been here about 7 and a half years. But I still look up stuff on that page. lol
I joined in 2008. I think Keith started the site in 2004. So I have seen some really good changes through the years. Also a lot of pet redraws.
[item=Dappled Unicorn]
[item=Great White Shark]
https://subeta.net/pets/Mallory
I got the TC placement adjusted, but for the life of me, I can't figure out how I got all the info inside one box and the screen as a whole to scroll too. It's like divs inside of divs @. I want nothing but the description and TC to scroll, not everything as a whole, but adjusting the height of doesn't seem to be what changes it.
This is such a late reply, I'm so sorry, I didn't see your post somehow ;; Thanks for showing me your pet! I love the background you used on her profile especially, and I'm so glad that my templates are a help! 'u'
There are definitely a lot of divs at play here, yep. :') So... okay, if I understand right, is this profile about what you had in mind, or did I misinterpret your post?

No worries. :) Life gets busy. I'm excited to play around with some of the backgrounds for my other pets too. Voss is probably next on my list. :)
[item=Dappled Unicorn]
[item=Great White Shark]
Be sure to show me when you do, I'd love to see what you do with him! 'u'
Cool! So what I did was I set the div to have these properties: max-height: 550px;
overflow: hidden
And then I made sure that the div was set to overflow: auto
I think those are the only changes I made. Try that and lemme know if it works! Unfortunately because I used view source to get your code and then copypasted it, the CSS is... kind of a mess and all clumped together, so I'd rather try explaining what I did than make it a pastebin. xD;

Phew! There we go, thank you so much.
Happy to help! Good luck with future customization, and let me know if you need help with anything else on the profile. c: Also, it might be a good idea to add something on the profile to say that it's an edited version of my template, to prevent potential confusion. I've had a couple of people see edits of my templates and ask me about them without realizing they were customized by other users, lol.

Will do! :)
[item=Dappled Unicorn]
[item=Great White Shark]
Hi Lea! I've run into one issue and I'm not sure how to solve it.
On LeeLee's profile, I have spoiler boxes located in the 'character development' section, but I can't seem to figure out how to change the background color of the spoiler box clickable header. ( ̄(エ) ̄)ゞ
I tried adding .spoiler_click in the style tag, but that didn't seem to work (I can change it if I look at it through the 'inspect' function on chrome though!)
Thanks for the help and for making these free profiles! Absolutely love them <3
Hm, this worked for me when I added it to the CSS to customize the Subeta spoiler box and change the header background color (as well as the border color for when you click, because it drives me crazy to have that not match too much dfdg; ): .spoiler_click{background-color: }
.spoiler_text{border-color: }
I'm not sure why what you added didn't work... I guess try again and see if this works, and if it doesn't I'll try viewing the source to see if I can find the problem?
And I'm really glad you like the profiles! ;v;
You're welcome! 'u' Enjoy using them, and I'd love to see what you end up doing with 'em if you ever feel like sharing~

Added the code and it still doesn't seem to be working : ( (left the code in the bg, colors, etc section for you when you take a look at it!) Maybe I've got something else in the source that's preventing it. HMMMMM!! ( ̄(エ) ̄)ゞ
After staring at this for a while, I honestly have no idea what the issue is, but I... accidentally found a fix, apparently? xD; Adding a } near the top of the CSS -- I put it after the code comment that marks the bg + colors part -- for some reason made it work. I'm not sure why and I'm a little too tired from work to try to figure things out further, lol, but I guess that's a fix?

I figured it out!! I was wondering what would cause the need to add a } in that section, and then I realized...
I had somehow accidentally copy/pasted this bit of code inside where the coding for the left column buttons were :O!!
Hey
I'm trying to use the "simple, centered one-column profile" for my pet Lerrah and i've managed to get everything else working i just can't seem to change the text. I've replaced the text section with this /* fonts */
@ import url(https://fonts.googleapis.com/css?family=Barriecito);
.pet_name{font-family: 'Barriecito', impact, sans-serif; font-size: 45px} .pet_name::first-letter{font-size: 50px} (without the space before "import") which changes it slightly but doesn't change it to the font i want which is this. I know i've probably just done something silly but if you could let me know what that is i'd really appreciate it. Thanks!
Ohh haha, oh no! It's easy to do that kind of thing. I'm really glad you were able to figure out the problem ^^ Hopefully your future profile-editing goes smoother, lol. Good luck!
Hey! So this is actually just one of the confusing things about importing fonts, and something my first post may not talk about as much as it should. You have to put the code to import the font (the @ import bit) at the very top of the CSS, right underneath the style tag, or else it won't work. It's just a weird thing about the import rule, I guess!
