You are absolutely royalty for making these codes <3 I'm tinkering with one for Morgana Uciliece and will probably do the same with another pet or two! Thank you for sharing c:!
I saw you're on hiatus but I wanted to drop another thank you for these premade profiles! They are so sleek! I've used one of them for F(r)iend: FRIEND
Looks like you're on a semi-hiatus, hope things are going well! Thank you for making these profiles and sharing them freely with us - I'm currently working on Matsi's profile using one of the codes from 2021.
I do have a question for you (or anyone reading) - I'd like to move the TC to the right so it parallels the other content. I can't figure out how to do this with the code. Any help would be appreciated!
Hi! Thank you, I'm glad you like the profiles. Yeah, I'm not doing much with my account right now because I've been so creatively dead for the past... I don't know how long haha. But I still try to check in every day!
Do you mean you want the treasure chest to match the other pet info, just positioned on the right instead?

I hope you find a new creative spark soon! I've been there (more like I take an annual rollercoaster LOL).
Essentially I wanted to take the TC box as it is and move it to the right so it's like a second column in the "body" of the profile. Bringing it up to the top so it's in line with the first profile text box. Visual Reference
Are there any updates on the Tabbed profile templates with the broken links? Those are the ones I'm most interested in using. Thanks.
[flower=BlueDragonfly] [ToT=BlueDragonfly]
I figured out how to move the box and resize things a bit (if I did it "right" is unknown though LOL). The only thing I'm struggling with is getting the TC to scroll with the page like the main content does. I tried changing all the TC overflow values to auto but it's not working. Any ideas?
Thank you so much!
I am SO sorry, I think I accidentally deleted the last ping event so I completely forgot you replied. Also I'm terrible at explaining things but I tried lol. Setting the pet treasure to 'overflow: auto' is what we would do to give the pet treasure itself a scrollbar. So the reason it's not scrolling with the the content is that the TC is set to fixed positioning, which makes it fixed in place on the page instead of something that will scroll along. Fixed positioning basically makes it positioned to the screen itself rather than the other contents of the page. The problem is that all of the 'container' divs are set within a parent div which has a set width, and the pet treasure is also within that. So when we try to just change the pet treasure to a positioning that will scroll but with the page, then the pet treasure will be cut off - because of the size of the div it's within and because it's no longer positioned to the screen itself. It would take fiddling around with a few different things to adjust the size and get the other divs within to align the way they were originally supposed to. But there is also a lazy way, which is always my preference haha. We can just close the div tags and make it so the pet treasure is no longer part of the parent div that everything else is within.
So, first change the pet treasure positioning: {position: absolute;
(The number values you'd had should work fine, just gotta change from fixed to absolute positioning!
I would also recommend adding 'overflow-x: hidden' so that there's no horizontal scrollbar on the pet treasure.)
Then, add this to the bottom of the pet description code, outside the CSS and everything:
Sorry, I honestly had totally forgotten about that - it's an old profile and I had half a mind to try recoding it, but I haven't gotten around to it yet. Here is the code.

Thank you so much! I appreciate you for taking the time to help me make these adjustments!
These are awesome!! Thank you for sharing them.
Terrible Two
Hello friend :D Quick question for you!
I'd like to swap the How To Help Shelter Pets and the Adopt a Pet sections with the TC (have those two run parallel to the story as a second column) and if possible I'd like to play with making my TC as wide as the two columns combined and seated beneath them.
I'm not sure how to separate the sections to where I can move them around independently. Is there a way to do this?
Thank you!
Would you mind sending me Gwin's profile? Just copy and paste everything on it, you can upload it to a place like pastebin or something. That makes it a lot easier for me to make edits to things other than just the CSS. I think the easiest way to do this would be by adding a few extra divs to arrange things into columns.

Thank you so much! I sMailed you :D
is there anyway i can remove the item names under the treasure part in card layout? does it have has something to do with h2? because the item 2 scode displays item name? or am i clueless LOL
Treasure chest item names are under .treasure_item_name Removing everything associated with that class in my code should get rid of 'em.
The H2 class is for the headers.

THANKYOU so much <3
These are fantastic. I also like your profile layout. Do you have a board with user profile codes?

Hello! I'm glad you like them. I don't have a user profile board because I find them harder to work with and I don't really understand them as well. I also don't really have a lot of user profile ideas haha. I've let a couple of friends use my user profile base so I guess I could probably make it a template though!

I would definitely use it, as well, if you made it a template! I had actually found this thread and searched around to see if you had a user profile one, too.
[sub]CURRENTLY SEEKING[/sub]
I just seen your previous comment linking the old, four-tabbed profile and ;-; THANK YOU FOR REUPLOADING! I've been obsessed with it forever, I'm so glad I can use it <3 Your profiles are all fantastic, thank you so much for sharing <3
// Edit to add: Currently updating the code, it will be used for Venom eventually, but I'm testing / fixing up in [pet not found] <3