picture captions

audiaudi Registered Users Posts: 113 Major grins
edited July 15, 2005 in SmugMug Support
I was wondering - is it possible to move picture captions to display below your photo and/or in a smaller font size?
"See how willingly Nature poses herself upon photographers' plates. No earthly chemicals are so sensitive as those of the human soul. "
-John Muir

http://www.austinbphotography.com

Nature Photographers Community
Founding Member
http://www.smugmug.com/community/NaturePhotographers

Comments

  • devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited July 14, 2005
    audi wrote:
    I was wondering - is it possible to move picture captions to display below your photo and/or in a smaller font size?
    Hi Austin,

    You can't change the position, but you can change the font-size. Add this piece of code to your stylesheet HTML, and set the <Size> to some value, eg 10pt.

    #caption {font-size : <Size> }

    Cheers,

    David
    David Parry
    SmugMug API Developer
    My Photos
  • Mike LaneMike Lane Registered Users Posts: 7,106 Major grins
    edited July 15, 2005
    devbobo wrote:
    Hi Austin,

    You can't change the position, but you can change the font-size. Add this piece of code to your stylesheet HTML, and set the <Size> to some value, eg 10pt.

    { #caption.font-size : <Size> }

    Cheers,

    David
    Hmmm, are you sure that css is correct? I'm thinking that won't do anything at all except cause problems. There is no caption id (as far as I can tell) and you certainly wouldn't put it in the braces if there were. Right now it looks like .headmd is the only class for the captions. However .headmd is used in other places so if it is changed, it'll change other things too.

    I would say try putting this in your css box in the cobranding:

    .headmd {font-size: <SIZE>}

    See if the changes it makes are things you can handle. If not, realize that the new cobranding is on its way and you'll be able to do pretty much anything (including moving it).
    Y'all don't want to hear me, you just want to dance.

    http://photos.mikelanestudios.com/
  • devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited July 15, 2005
    Mike Lane wrote:
    Hmmm, are you sure that css is correct? I'm thinking that won't do anything at all except cause problems. There is no caption id (as far as I can tell) and you certainly wouldn't put it in the braces if there were. Right now it looks like .headmd is the only class for the captions. However .headmd is used in other places so if it is changed, it'll change other things too.

    I would say try putting this in your css box in the cobranding:

    .headmd {font-size: <SIZE>}

    See if the changes it makes are things you can handle. If not, realize that the new cobranding is on its way and you'll be able to do pretty much anything (including moving it).
    Mike,

    Hmm...ok, well I made a typo and it's been fixed. My mistake.

    Perhaps if you did more thorough research you would find that there is actually a caption id element when using "elegant" or "elegant small" styles. Which Austin happens to be using.

    David
    David Parry
    SmugMug API Developer
    My Photos
Sign In or Register to comment.