Haha, thanks. Like I said though, it's really basic :p I've got a few premade profiles in my wip-folder, but those will take a lot longer, I'm afraid xD
- I'll give it a go and add some of my old codes, thank you :D
(Did you say premades? drools xD)
You're welcome ;)
(I did :p you can never have enough premades!)
(that is true! I'm a little excited by the thought!) ;)
I don't know what I'm doing but I looked through a pet's code, found the area, and added the little of code here...and nothing was fixed. I don't even know where to go....
I tried it on Palpi's profile.
Try this body { background-repeat: no-repeat; }
{ height: 500px!important; }
I've got 5 pet profiles that need fixing...but I really don't know where to add or place all these codes without messing them up, considering I didn't make them. I have made a board...no replies yet...can anyone here help?
Hi there, I saw your thread but haven't had the time yet to check your profiles. Please be patient and I'll get back to you asap ^_^
Yikes, the profile scrollbar mess was harder to fix than the background image 😭
I'm winging it with my self-learned CSS, but this was what fixed my probably-flimsy self-made profile:
{
height: auto!important;
overflow: visible;
}
My profile setup is really small and didn't have a set height, so "auto" was specific enough for me, otherwise the page would become too long due to the built-in "height: 1050px!important" line.
That'd end up just shrinking down the content window to next to nothing though, with scrollbars for both directions, so "overflow: visible" disabled the scrollbars and let out all my content, which put things back the way they were designed, I think.
My pet Minty's profile is where I'm using the code, just in case it'd be useful to see. :o
(I have no idea what I'm doing, so maybe that was all wrong, but oh well, it seems to be functioning at least x_x)
https://subeta.net/pets/doris https://subeta.net/pets/lard
They have the same coding just different positions for the stuff. Anyone know why they are blank?
Dexter by ❤
Doris' profile isn't blank when I view it. Lard's profile is blank because you set the content div's height to 0. Add this { width: 1200px; height: 600px!important; overflow: hidden; }And you should see the profile re-appear. You'll probably have to re-position a lot of stuff though.
The code provided worked (thank you!) for all my pets, but two...I think that's because they're older profiles.
I know you posted on the board I made, but I wasn't sure what you mean by separate tags..it's early in the morning here and my coffee hasn't quite kicked in yet.
The pets that still need fixing are:
I had a user mail me that code (that is why Doris is fixed). I just haven't had a chance to fix Lard yet. Of course it is going to be fun fixing all the others. I have 84 pets but luckily not all have profiles. Those two are just waiting on spotlight. Thank you for posting!
Dexter by ❤
For Jus, add this { margin: 0!important; }
{ overflow: hidden; margin-top: 135px; margin-left: 125px; }
.pet_color_info, .owner, .pet_spotlight { left: 8px; }
{ left: 0; margin-top: 20px; }
{ left: 355px }
{ top: 650px; left: 355px; }For Sheila, add this { width: 800px; height: 1480px!important; overflow: hidden; margin-left: 145px; }
{ left: 0; }
{ left: 370px; }
You're welcome! Good lucking on fixing everything :) feel free to ping me if you need more help!
For Jus, I think you copy/pasted the code in the wrong spot, because I can just see the code appearing on the profile. For Sheila, you need to go to your pet_desc code you originally put in and remove "left: -30px;". For the TC, go the the pet_treasure code you originally put in and replace "left: 346px" by "left: 370px".
Still not working for Jus. Sheila Magoo is okay now. I'm just an idiot when it comes to coding. I didn't do any of the coding for my pets' profiles
I don't see my codes on the profile. You need to add the code I gave you to the existing style codes, at the bottom of your style code just before closing the style tag. Example <style>
-your existing code-
{ margin: 0!important; } { overflow: hidden; margin-top: 135px; margin-left: 125px; } .pet_color_info, .owner, .pet_spotlight { left: 8px; } { left: 0; margin-top: 20px; } { left: 355px } { top: 650px; left: 355px; } </style>
That is where it is...I think the </style>s have turned to: <style>
I've put the code here:
The profile still looks like this: [urll=https://subeta.net/previewpetprofile.php?pet=Jus]Jus[/url]