Replies

Jun 13, 2020 5 years ago
Elementary, my dear
Written
User Avatar

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? :)

The past is written, but the future is left for us to write. ~ Picard

Jun 13, 2020 5 years ago
Fire
is sweet
User Avatar
Shinju

try this? .scode-pet{ display: inline-block; width: 60px; margin: 0;}

Jun 13, 2020 5 years ago
Elementary, my dear
Written
User Avatar

Thank you - that did the trick! :)

The past is written, but the future is left for us to write. ~ Picard

Please log in to reply to this topic.