Hi guys so my pet siro click needs a little help. Can anyone help me with a code to move his overlay image to the left a bit? It's over lapping the text and stuff on the right side. Thanks!
Hello, find
{ background-image: url(http://i1103.photobucket.com/albums/g463/serawolf/Subeta/ezio_zps8fb075be.png); width: 400px; height: 480px;
background-repeat:no-repeat;background-position:top left;z-index:7;position:absolute;top:60px;left:30px;}
and change left: to -10px then z-index: to 9 if you want it to overlap the treasure and the paws not be cut off
Then find
.pet_name{position:absolute;left:150px;top:80px;font-family:Lucida Calligraphy,Arial;font-size:50px;color:! important;background-color:;z-index:10;}
and change left: to 130px so that it does not overlap the overlay either
your corrections worked great! Only thing is now do you know how to move the overlay to the left of the page? Cause his tail still seems to get in the way of the text. Thanks!
Did you try setting its position to the negative 10px I suggested above? c:
yep tried that! I put -10 but it still seems to be overlapping
edit: I actually just had something wrong but that seemed to work! Thanks so much!
You are welcome! c: