Hello! I am trying to fix an error in my lookup. I took a screen shot of it but of course it didn't actually work lol So I can't show you what it looked like before. Basically it had the same coding as it has now but the pets section had full-body images rather than headshots. It looked kind of like this example, with the three rows of images and the full image:

Now it looks like this:

Does anyone have any idea how to fix this?
If you edit the pets section on the profile, you should be able to use the full pet image by setting 'use headshot' to no. :)
How do I get to that to edit it? Is it the actual edit button on the profile section? When I click the edit buttons on any given area on the profile it just comes up with a box that says "Edit Profile Section" but it won't let me actually do anything?

try commenting out your profile code (on this page, add a /* after the opening style tag and a / before the closing style tag), then visit your profile and try again. the editing options should work normally. then go back and remove the / and */ to restore your profile code. this has happened to me and i'm not sure what part of my code interferes with the editing options, but that's what i do when i need to change something like this.