See: [pet not found]
Basically using the...
petname
...code, I want to list all pets with their headshots and names underneath, but side by side, not one under the other. This works on my user profile, but for some reason it's not working on this pet profile.
I've tried changing the display coding to...
.scode-pet-img {display: inline-block !important;}
...but that just made the names show up next to the headshots.
I've also tried...
.scode-pet-img {display: inline !important;}
...but that made the headshots disappear.
In both cases, the pets still showed up in a vertical row.
So obviously this isn't related to display but I'm not sure what code I need to change to get it to behave the way I'd like. Can someone help please? :)