ZenphotoCMS Forum
Theme problem - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: Theme problem (/thread-1368.html)



Theme problem - monster - 2007-06-05

Hi,
please look at my gallery http://www.pawelnawrocki.com/zenphoto/
and tell my why thumbnails look like that :(
Maybe sth in the CSS?
http://www.pawelnawrocki.com/zenphoto/themes/0_nice/zen.css




Theme problem - tuxable - 2007-06-05

It's because the height of the third thumbnail is a little less than all the rest. The easy fix is to change the thumbnail that displays for that album (in the admin). The slightly harder fix would be to play around with the numbers for printCustomAlbumThumbImage() in the index.php page of the theme.




Theme problem - monster - 2007-06-05

You are great!!! Thank you very, very much :D
I just changed the thumbnail to normal photo which is 3:2,
and new thumbnail has good size.

Before I set some pano to be a thumb but b/c it was very flat
(maybe 5:1) zenphoto couldnt create good thumb :D

One more time: Thank You!




Theme problem - monster - 2007-06-05

Maybe you also know how to center thumbs in #main div?

Thanks in advance




Theme problem - tuxable - 2007-06-06

Glad I could help. This next one's a little harder since all the thumbnails are list items set to float:left. Probably the easiest thing is add some padding-left to the main div (but be careful because this might affect your other pages), unless you want to wrap the list of thumbs in another div inside main and center that div.