Can anyone help me with Sunny Skies' profile? I'm trying to make the sliding tabs at the side plain white but I can't seem to get those little bits of the treasure item to vanish - I managed to do it on Arisen's profile but I can't for the life of me remember how I did it... And I have NO idea what's going on with the Minion. Any advice?
You'll want to remove all padding from it when not hovered. Or at least make it small enough for the content not to show.
That's your width showing.
How I usually do this is set width and padding to 0px and then add borders in the same color as the background I want to make the tab visible.
Same trick + overflow:hidden; (like you have on the treasure)