Hi,
if album has a long name (two rows in frontend)and album is leftmost (in frotend = 1. album, 4. album, 7. album,...), in next thumbs row there is only one thumb align to center.
Zenphoto 1.4.5.5
zpArdoise 1.4.5(not only in this build)
Screenshot: http://skaut.zamberk.cz/images/galerie/zp_bug.jpg
Can anybody confirm this? Thanks. Mates
Not knowing this theme this is probably coded to have only space for one line of text. There are bascially these ways to get even rows:
hi
the basic solution is to shorten titles...
I will have a look on the 2nd way of acrylian.
acrylian,
I think I need some advice.
I am unable to find the way to solve this issue by clearing the floating.
You bascially need to put a (or clear:left as you probably use that) after each "row". Since ther are no rows you need to count the items until the number of items per row is reached and then reset it.
`
$count = '';
next_album/next_image loop { // don't remember what it is
$count++;
printImageThumb();
if($count == 3) } //the desired number of items per row - depends on the css!
echo "