can. Can someone help with the Krueger on top of my profile... I wanna put him in like. The bottom right .. Help
show me what you have under "Custom CSS", I may be able to help
Leave a comment
just from my own experimentation with your profile, setting top:auto
and left:auto
seems to do... something?
body:before { content: ''; position: fixed; bottom:-100px; right: -50px; width: 500px; height: 500px; background-image: url(/api/util/ext/image?img=https://i.postimg.cc/MZRfhndG/Untitled798-20241013020157.png); background-size: contain; background-repeat: no-repeat; z-index: 1000; pointer-events: none; }