PDA

View Full Version : Bigger words?


plharg
Jul-06-2006, 04:00 PM
How do I get the discription bigger so people can read it better? Here is one page I would need it for. I have it at the top, but you can't read it very well because it is so small.

http://patriciagphotography.smugmug.com/gallery/1638725

Patricia

Andy
Jul-06-2006, 04:22 PM
I assume you mean Captions


.gallery_1638725 .caption {
font-size: 18px;
}

salt to taste the font size #

plharg
Jul-06-2006, 05:03 PM
I assume you mean Captions


.gallery_1638725 .caption {
font-size: 18px;
}

salt to taste the font size #
Well no that was not it. Although I did need that too. I am talking about where it starts saying "All pieces are hand crafted..."

Dna
Jul-06-2006, 05:25 PM
Well no that was not it. Although I did need that too. I am talking about where it starts saying "All pieces are hand crafted..."

#albumDescription
{
font-size: 18px;
}

" salt to taste the font size #"

Dna

Andy
Jul-06-2006, 05:25 PM
Well no that was not it. Although I did need that too. I am talking about where it starts saying "All pieces are hand crafted..."
Okay we're getting somewhere !

Add this, spice to taste :D

.gallery_1638725 #albumDescription {font-size: 14px;}

plharg
Jul-06-2006, 05:31 PM
Okay we're getting somewhere !

Add this, spice to taste :D

.gallery_1638725 #albumDescription {font-size: 14px;}

YUP there it is. Thanks! :thumb