PDA

View Full Version : How to get galleries to display side-by-side


stlracing
Sep-13-2005, 11:41 AM
example: http://www.stlracingphotos.com/Tri-City%20Speedway/111145

I want my galleries list 2 wide instead of only 1 wide (vertically).

Anyone with the easy answer?

stlracing
Sep-13-2005, 11:43 AM
I basically want them to display like my sub-categories display.

example of them: http://www.stlracingphotos.com/Tri-City%20Speedway

Barb
Sep-13-2005, 11:52 AM
I basically want them to display like my sub-categories display.

example of them: http://www.stlracingphotos.com/Tri-City%20Speedway
You might look at mine and see if that is what you are after. If it is, this is what I put in my stylesheet html section:

#galleriesBox .albumLarge {
width:343px;
}

Andy
Sep-13-2005, 12:43 PM
example: http://www.stlracingphotos.com/Tri-City%20Speedway/111145

I want my galleries list 2 wide instead of only 1 wide (vertically).

Anyone with the easy answer?


your answer should be right here (http://www.dgrin.com/showthread.php?t=17946)

:wave hope this helps,

Andy
Sep-13-2005, 12:44 PM
You might look at mine and see if that is what you are after. If it is, this is what I put in my stylesheet html section:

#galleriesBox .albumLarge {
width:343px;
}

yep that's the code, barb :D

stlracing
Sep-13-2005, 01:13 PM
Thanks everyone.. That did the trick..

Now does anyone know how to eliminate that darn text by each gallery that says:

updated: Sep 12, 2005 6:31am PDT

Andy
Sep-13-2005, 01:15 PM
Thanks everyone.. That did the trick..

Now does anyone know how to eliminate that darn text by each gallery that says:

updated: Sep 12, 2005 6:31am PDT


that's easy :D it's in your gallery settings menu, there's a radio button for "clean" check it to "yes"

gallery tools>customize gallery>clean = yes

Barb
Sep-13-2005, 05:44 PM
Thanks everyone.. That did the trick..

Now does anyone know how to eliminate that darn text by each gallery that says:

updated: Sep 12, 2005 6:31am PDTIf you want to keep the gallery titles and descriptions and just get rid of the updated part, use this:

.boxBottom p.updated {
display: none;
}

Mike Lane
Sep-13-2005, 09:04 PM
If you want to keep the gallery titles and descriptions and just get rid of the updated part, use this:

.boxBottom p.updated {
display: none;
}
No need to waste your time coding this away with CSS. Simply go into the customize gallery page and click yes on the "Clean" option.

Barb
Sep-14-2005, 03:33 AM
No need to waste your time coding this away with CSS. Simply go into the customize gallery page and click yes on the "Clean" option.Using "clean" also gets rid of the description tho, right? I got the impression he just wanted to do away with the "updated" part. I may be wrong :)

Mike Lane
Sep-14-2005, 07:06 AM
Using "clean" also gets rid of the description tho, right? I got the impression he just wanted to do away with the "updated" part. I may be wrong :)
Ahh, perhaps you're right.