I'm no longer finding flowers with the CSS code I have in place. They're supposed to show up at the top, in front. Now they don't show up at all. I have it posted before the site layout I have from Subetalodge.
Here is what it's supposed to look like:
l .floating_item { border:2px solid blueviolet; position:absolute !important; left:5px !important; top:5px !important; }
Like a good neighbor, stay over there!

Try using position: fixed, instead of position: absolute. That should make it stick to the top of the page :)
I have quite a few profiles that need editing. Right now, I'll start with Ashley.
Everything is being cut off on the right hand side and the treasure chest doesn't line up like it should. There's probably more wrong with it but that's all I see right now.
Here's the Code on Pastebin
| | | |
Try adding this { overflow: visible; }
{ width: 270px; }That should fix it :)
For that, add this { overflow: visible; }:D
Try adding this { margin-left: 178px; height: 800px!important; }
I don't see extra scrolling when I view you profile? But I think it's because it's not taking your body height value. Try adding "!important" (without the quotation marks) to your body height. So like this body { height: 1000px!important; }
Try adding this { height: 520px!important; margin-left: 176px; }
{top: 146px; background-color: ; }
Hi , you helped me fix my profile a few weeks ago, and I was hoping you could help me fix my pet profile. I was trying to fix the issue where when you hover the text moves, and instead completely messed up the profile. Now there's like a huge chunk taken out of the pet description, instead of it being shaped like a rectangle. I hope that makes sense. I don't know what I did, but I've been trying to fix it for like two hours and it's not gotten any better lol.
It's this pet: Narcosis, his code is here. Let me know if I need to explain something better, thank you!
Hi there ! I tried to figure out what you wanted, but I'm not sure if I got it right? Code is here.
It seems like for most of my profiles everything got shifted to the left? The best example is this guy's profile: https://subeta.net/pets/Sam+Wilson Any help is super appreciated!
That fixed it, thank you so much! Was it the "position:relative" coding that was throwing it off? I see you removed it. I'm still a beginner at coding and don't know what everything I put in means lol. :)
That's because of the layout changes concerning the sidebar. It should be fixed by adding this .container-fluid { margin-left: 176px; }
No, it was the fact that you positioned a lot of stuff via the margins. I actually added a few position:relative's at the problem area's and that fixed it.
Try adding this { height: 800px!important; } { left: 0; }
That worked like a charm, thank you so much! <3
You're quite welcome, glad to have been of service!
Some of my pets' profiles (Rola, Vrisha, Reni) have white space at the bottom. The background should fill the space - it should be the color/pattern of the background, not white. I think if I could make the background fixed and make just the...other stuff move, lol, that might work.
I can't change anything on Dubhdarra's profile. Not a single thing. I don't get this at all.
There is a random bit of...something...on the top right-hand corner of Norine's profile and it shouldn't be there...whatever it is.