Thumbnail Recalculation

Thumbnail Recalculation

Just noticed that the width of the each attachment block is also hard coded to 33%
Code:
.attachment
        {
            float: left;
            width: 33%;
        }

You could change that to 25% or 20% depending on how many attachments you want to have per line
Top Bottom