Hi all. I deleted the code to display floating images (ie. flowers, etc) in the upper left corner. Could someone help with that?
TY! <3
No matter how much pain we endure, we will not lose hope. In the face of darkness, look always to the eternal sun. ~Lady Liadrin
/* FLOATING ITEMS */
.floating_item {
position:fixed !important;
left:20px !important;
top:7px !important;
z-index:999 !important;
margin: 0px !important;
}
.floating_item img {
box-shadow: 0 3px 6px 2px rgba(0,0,0,.5) !important;
}
Thank you :D
edit: that didn't work, they're still floating all over the place
No matter how much pain we endure, we will not lose hope. In the face of darkness, look always to the eternal sun. ~Lady Liadrin
did you add the code to your custom CSS? if so, there must be something else in there with broken code, maybe a missing closing bracket that's causing everything else to not function. if you can't figure it out, you can post your custom CSS and i'll try to have a look.
Yeah, it's in the custom css
I copied and pasted the code. It's the only thing in there
Z/* FLOATING ITEMS */
.floating_item {
position:fixed !important;
left:20px !important;
top:7px !important;
z-index:999 !important;
margin: 0px !important;
}
.floating_item img {
box-shadow: 0 3px 6px 2px rgba(0,0,0,.5) !important;
}
No matter how much pain we endure, we will not lose hope. In the face of darkness, look always to the eternal sun. ~Lady Liadrin
well i'm not sure where that Z at the beginning came from... that might be messing it up.
Oh You're right, I didn't notice that. Weird. I'll try it :)
Believe it or not, I used to make my own websites when I was a kid, but things have changed some much since the early 2000s that I don't know the first thing anymore!
No matter how much pain we endure, we will not lose hope. In the face of darkness, look always to the eternal sun. ~Lady Liadrin