On one of my pet's profile's, I'm having trouble with moving the position of a locked image. It makes more sense when you look at Cess's profile. Does anyone know what I need to alter in my code in order to choose my own coordinates for the image position?
Code that I'm using:
It looks like it's working correctly to me (I'm on Chrome)
For me the image is right there on the right side of the screen, and it stays even when you scroll, is that what you wanted to do or did you want to do something else?
π β bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
thanks for the response! that part is fine itβs just not in the right position if that makes sense (needs to be moved to the left a bit).
Ah ok! So the part you want is where it says right:0px;
You can change 0px to a different number, like 15px or 100px
Whatever number you pick for it, that's how many pixels away from the right edge of the screen it'll be. Similarly, the top:520px part means it'll be 520 pixels down from the top edge of the screen.
π β bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights