![]() |
|
Number of thumbnails in a 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: Number of thumbnails in a row (/thread-609.html) |
Number of thumbnails in a row - kbrookes - 2006-06-20 I've tried a search on this, but to no avail. Is it possible to limit the number of thumbnails in a row? Is this done at the theme level or do I have to get stuck into the zen core? Number of thumbnails in a row - Chilifrei64 - 2006-06-20 This is done with css... you have to create a div and assign it a width large enough to hold only the amount of thumbnails you want contained in a row. I would recommend using the testing theme and play around with that since that is probably the closest to what you are trying to do. Number of thumbnails in a row - DarrellD - 2006-06-21 You can also take a look at my [b]Pink Clouds[/b] theme to see how I was able to do it. Number of thumbnails in a row - kbrookes - 2006-06-22 Thank you, will do. Number of thumbnails in a row - radex7 - 2008-01-27 I noticed that div tag used to display thumbnails in an album is called "images" and I did not find it in my sterile-light css file, so I just added it with a parameter "width" to suit my needs. It works. |