ZenphotoCMS Forum
changing column number - 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: changing column number (/thread-2305.html)



changing column number - jem71 - 01-03-2008

can someone tell me where I can change the column number - currently its 5 and want it at 3...but cant see anywhere to do it. Perhaps Im blind and its staring me in the face but I just cant seem to find it.

thanks




changing column number - sbillard - 01-03-2008

What theme are you using? Basicly, the number of columns is determined by the css file.




changing column number - jem71 - 01-03-2008

Im using simple+




changing column number - jem71 - 01-03-2008

dont worry - i worked it out....

for anyone else that wants to know you just have to change the width in the wrap ID:

wrap {


width: 650px;
margin: 25px auto 0 auto; /* auto centers the div */
}