ZenphotoCMS Forum
How do I center an album? - 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: How do I center an album? (/thread-655.html)



How do I center an album? - tasoli - 2006-07-07

I've installed the album to http://heroshall.com/zenphoto/ and would like to know what do I edit to center the 15 image layout in the albums? Do I edit the themes/default/image.php or the zen.css file?

Thanks!




How do I center an album? - DarrellD - 2006-07-07

The CSS file would probably be the best. Depending on what you want to do exactly, you might have to add a DIV tag or two in the php files of the theme.




How do I center an album? - tasoli - 2006-07-07

Solved the problem

Went into the .CSS file and changed it from

.imagethumb {
float: left;
}

to

.imagethumb {
float: left;
margin-left: 17px;
}

Hope this helps anyone else with a similar problem in the future!

Used these forums to assist me in my solution:
http://www.highrankings.com/forum/index.php?showforum=60