Im trying to figure out what is going on with my pet profile for United Kingdom For some reason the profile is all the way to the right now and it repeats twice?
It was fine but I just went back to look at it and its strange looking now.
Would anyone have any ideas as to what is going on with it?
Can you post a link to the profile please? I can't find a link on your user profile and I'd like to take a look at it =)
You need to add "!important" to your page-element's margins and add no-repeat for your background-image. So something like this {
background-repeat: no-repeat;
margin-left: -512px!important;
margin-top: -351px!important;
} That should do the trick =)
So close! I got it fixed but the white box around the profile is now to big . Is there any way to fix that or will it just have to be as is?