Replies

Jun 26, 2019 6 years ago
bunnies
is sweet
User Avatar

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:

Jun 26, 2019 6 years ago
✨
Bug
User Avatar
Segfault

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

Jun 26, 2019 6 years ago
bunnies
is sweet
User Avatar

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).

Jun 26, 2019 6 years ago
✨
Bug
User Avatar
Segfault

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

Jun 26, 2019 6 years ago
bunnies
is sweet
User Avatar

Ahh thank you! I really appreciate your help

Please log in to reply to this topic.