PDA

View Full Version : Another Gallery arrangement help thread


kcui
May-01-2009, 09:08 PM
So I've search around and tried a bunch of CSS code out but to no avail. I am probably missing something small but I can' figure it out.

My galleries page as of today (May 2nd 2009):
http://kcui.smugmug.com/galleries

Right now I have the FAQ #18 code in for 4 column display in the galleries page.

I came across this (http://www.jerrybarton.eu/galleries) gallery to change the rows and columns depending on the size of the browser. The minimum is will go is 2 columns, but it seems it will make as many rows and columns as needed to fit the screen.

I would like to make mine do that.

I tried to find the code that is doing it, but I guess I am more confused since his site is using the same FAQ #18 CSS code as mine.

Any help would be appreciated. Thanks!

kcui
May-01-2009, 10:04 PM
Figures...

I just needed this:
#homepage, #bodyWrapper {padding:0 !important; width:auto !important;}


sigh...