![]() |
|
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, 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 Before I set some pano to be a thumb but b/c it was very flat 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. |