So, I'm pretty sure other people already solved this "problem", but i've never done anything for my user profile, so I don't know how to fix it myself. It's really a cosmetic issue, but still driving me up the wall that my pet section is so weirdly spaced :( The pet headshots/names are never evenly distributed, there's always a bunch crammed together and others are further apart and agrmlpf i hate it xD Is there some quick fix for this, some css code i can put in a blank section? Thanks in advance! :)
pretty sure this is the code i'm using to fix this:
{width: 400px!important}
td {width: 100px!important}
td .avatar_head {margin: auto}
tr, td {padding: 5px}
obviously you'll want to adjust the pixel values to fit your profile, but that should keep everything aligned.