![]() |
|
Thumbnails per row - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Thumbnails per row (/thread-10471.html) |
Thumbnails per row - steve-r - 2012-10-04 Hi, The one thing that still eludes me is "thumbnails per row". Regards, Steve Thumbnails per row - acrylian - 2012-10-04 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. Thumbnails per row - steve-r - 2012-10-04 Thanks for the reply. Many thanks, Steve Thumbnails per row - acrylian - 2012-10-04 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. Thumbnails per row - alphastatezen - 2012-10-24 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. |