Apologies if this is already answered somewhere, but I just could not find it.
How do I go about changing the image size of the items in my pet's treasure?
:
Just use this code:
img {width: 0px; height: 0px}
Just replace the values with the size you want the images to be. :]
Thanks, but, it didn't work D:
:
Oops, sorry, wrong code! xD
Here's the right one:
.treasure_item img {width: 0px; height: 0px;}
Just replace with your values! :D
Yay! Thankies~ ^_^