I have no grasp on CSS but I really want my pet icons to be smaller so they don't take up as much space in the section. I want to be able to have five in a row and not have that section of my profile scroll horizontally.
How would I manage this? I would really appreciate the help <3 thank you!
To edit their headshots to become smaller, you can put .avatar_head and inside of it just play with the height and width properties. If needed, you can edit the border radius so it doesn't become a mess with:
-moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;
The three have to be the same, because they're meant to work on all browsers.
I wonder if that was enough? I don't know how it will be if the pets' names, tho.
[flower=monime]