PDA

View Full Version : How can I get my galleries to appear closer together?


swetzel
Sep-10-2009, 03:03 PM
http://wetzelphoto.smugmug.com/Photoblog/2009

I also would like to be able to display more gallery columns if you widen the window but I do not know how to make that happen either.

What is a good resource to learn how to do things with CSS and javascript?

denisegoldberg
Sep-10-2009, 06:30 PM
This thread shows how to extend your category and subcategory displays to the edges of the screen - http://www.dgrin.com/showthread.php?t=93221.

--- Denise

swetzel
Sep-11-2009, 09:09 AM
Thanks Denise

The original code left a large amount of space between rows of galleries. I am so proud of myself :) I changed the:

.loggedIn .boxBottom .albumLarge {height:auto; min-height:450px;}

to

.loggedIn .boxBottom .albumLarge {height:auto; min-height:250px;}

Now the rows are closer together!

jfriend
Sep-11-2009, 09:33 AM
Thanks Denise

The original code left a large amount of space between rows of galleries. I am so proud of myself :) I changed the:

.loggedIn .boxBottom .albumLarge {height:auto; min-height:450px;}

to

.loggedIn .boxBottom .albumLarge {height:auto; min-height:250px;}

Now the rows are closer together! Just so you realize, those lines only affect the look when you are logged in. You should check how it looks when not logged in so you can see how it will look to your viewers.