View Full Version : Fonts. Placement & Vertical Space
Trasmc
Oct-12-2006, 03:10 PM
Hi All!
I'm pretty sure these questions have probably been asked a million times, but I couldn't find any real answers, so...
1. Can you direct me to the code to change a font and a font size (for category and gallery descriptions)?
2. Can you direct me to the code to place gallery or category descriptions to the right of the thumbnail instead of below?
3. Can you direct me to the code to allow for less vertical space between gallery thumbnails? I am currently set up for 2x2, but the amount of vertical space between each row will become a problem.
Thanks in advance for all your help,
Scott
www.brickstreetphotos.smugmug.com (http://www.brickstreetphotos.smugmug.com)
Andy
Oct-12-2006, 03:31 PM
Hi All!
I'm pretty sure these questions have probably been asked a million times, but I couldn't find any real answers, so...
1. Can you direct me to the code to change a font and a font size (for category and gallery descriptions)?
for this gallery:
http://www.brickstreetphotos.smugmug.com/gallery/1923297
.gallery_1923297 #albumDescription {font-size: 20px;}
for all galleries:
#albumDescription {font-size: 20px;}
adjust to taste.
2. Can you direct me to the code to place gallery or category descriptions to the right of the thumbnail instead of below?
why not just remove the 2x2, then you'll have the descriptions on the right?
3. Can you direct me to the code to allow for less vertical space between gallery thumbnails? I am currently set up for 2x2, but the amount of vertical space between each row will become a problem.
[/QUOTE]
/* this part makes galleries appear 2x2 */
.miniBox {
width:106px;
height: 100px !important;
padding:0 0 5em 0;
margin:0 129px 0;
}
Play with the number in red.
I recommend FF and FF Web Dev, you can easily do it! Links in my sig, tutorial sticky in this forum :thumb
Trasmc
Oct-12-2006, 04:08 PM
Andy,
Thanks so much for your quick response. I don't really like the look of the stacked galleries, but still want to play around with the description on the right of the 2x2 - do you know if it is possible?
Thanks,
Scott
Trasmc
Oct-12-2006, 04:16 PM
Andy,
Thanks again - I just tried to adjust the font size in the gallery using the
or all galleries:
#albumDescription {font-size: 20px;}
as you described. As I read my initial message, I realized I might have been unclear - I want to change the size of the Gallery name (as you view it on the homepage or in a category sub-hompage). I tried what you had listed above, and it didn't seem to work.
Thanks again for any and all help!
Scott
Trasmc
Oct-12-2006, 06:40 PM
Edited to say I figured it out - thanks Andy again for pointing me in the direction of the Web Dev. tool - was helpful.
Still curious about getting gallery titles to the right of the thumbnail in a 2 column setup.
Thanks,
Scott
sarit
Oct-27-2006, 12:21 PM
Andy,
Thanks again - I just tried to adjust the font size in the gallery using the
or all galleries:
#albumDescription {font-size: 20px;}
as you described. As I read my initial message, I realized I might have been unclear - I want to change the size of the Gallery name (as you view it on the homepage or in a category sub-hompage). I tried what you had listed above, and it didn't seem to work.
Thanks again for any and all help!
Scott
Hi Scott
am new to smugmug, have been trying to adjust the gallery name font size, could u give me a heads up on how to do it
tried putting: #albumTitle {font-size: 14px;} in the stylesheet, guess its wrong
Andy
Oct-27-2006, 01:28 PM
Hi Scott
am new to smugmug, have been trying to adjust the gallery name font size, could u give me a heads up on how to do it
tried putting: #albumTitle {font-size: 14px;} in the stylesheet, guess its wrong
Hi, we can help you :) BUT we need your sitename in order to be able to do that :D
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.