album_cat_body.tpl
{S_COL_WIDTH} X 3 not spacing the images correctly ?
Hard-coding it to width="20%" renders all thumbs just fine for (Tested) 2,3,4,5 and 6 columns ?
But I suspect that there is "Another" way to do it.
Edit:
I put the templates back to normal and edited album_cat.php on this line:
Code: [Download] [Hide] [Select]
'S_COL_WIDTH' => (100 / $album_config['cols_per_page']) . '%',
Changed to:
'S_COL_WIDTH' => 20 . '%',
Changed to:
'S_COL_WIDTH' => 20 . '%',
This is what it looked like before the changes:
This is what it looked like after the changes: