I am having this problem (click for image) -- I want to make the stats and pet name/owner absolute instead of relative so they don't move around on different sized resolutions. I have two monitors and a laptop, and it looks different on all of them. Does anyone know what I need to do to make that happen?
Thank you in advance. ❤
[flower=Melissa] [tot=Melissa]
For at least the stats I advice you give them a set width. The basic pet profile css has them at a percentage width which is why they move around so much.
for the owner color just use position:absolute and place them where you want.
Thank you so much! The stats worked perfectly! The owner/color were on one line meshed together when I tried making them absolute, but I separated them by making them separate lines in the coding so that worked, too.
[flower=Melissa] [tot=Melissa]