Thumbnails per row

Hi,
First post here and wanted to start by saying that Zenphoto is superb and does 99% of what I want from a photo gallery.

The one thing that still eludes me is "thumbnails per row".
I'm running Zenphoto 1.4.3.3 on Debian Stable using the default Dark theme.
My photos are set out so that each dir can have both photos and sub-directories containing photos.
I have set both Albums and Images to 4 thumbnails per row and 1000 thumbnails per page but I only ever get 2 thumbnails per row with or without albums (or sub-albums) in a directory.
I'd like a 4 column layout but I must be missing a trick.
Can anyone explain where I'm going wrong?

Regards,

Steve

Comments

  • acrylian Administrator, Developer
    HTML does not know "columns" (well, html5 does but that is a different story), so getting the number as expected is related to the thumb size and the css layout. So you may need to change the css of the theme to get all as wished.
  • Thanks for the reply.
    I had the Thumb Size set to 200.
    I've reset it to 100 and that certainly gives more Image thumbs per row but not Album, but it will do.

    Many thanks,

    Steve
  • acrylian Administrator, Developer
    In all standard themes albums have also a box around them and their description and title. Those of course have margins and padding that might interfere with the width. If you know the exact number per row you could add an extra css class to every third album so it does not have any right margin. A bit more complicated to do so if you don't know that number.
  • Hi

    First post for me too. And I too would like to say that I am really impressed by Zenphoto. Thanks.

    For anybody that has this same problem and finds this thread...

    I found in style.css a width of 590px set for the #albums div (zenpage theme). I increased this width and it allowed me to feature more than 2 album thumbnails.

    Hope that helps.
Sign In or Register to comment.