My pet Kijo has this issue where this big empty space keeps coming up somewhere in her TC. It’s like one of the items on an upper row shoves all of the items next to it over by several spaces, or something? Kijo
No matter how many times I edit the dimensions of her TC div, or how many items are in each row, it stays normal for a while (same number of items per row), and then it eventually does... whatever this is (screencap). She’s the only pet I’ve ever encountered with this problem, and I’m stumped on how to fix it. Does one of her TC items have a different height/width than the other items that’s causing the TC itself to wig out?
Her TC code is the same framework that I use for all of my pets, and yet she’s the only one whose TC keeps bugging. Here’s the code, though:
{
top: 65px;
left: 520px;
position: absolute;
width: 300px;
height: 850px;
background-color: ;
filter:alpha(opacity=100);
opacity:1.0;
border: none;
overflow-y: auto;
}
it's not anything on your end has the wrong image dimensions -- it's 64x59 instead of 64x64 like it should be