PDA

View Full Version : keywords gone- caption centered


pillman
Oct-09-2008, 06:56 AM
Would like keywords not visible to visitor and would like
caption for photo centered please. Thanks as always..

jfriend
Oct-09-2008, 07:16 AM
Would like keywords not visible to visitor and would like
caption for photo centered please. Thanks as always..

Add these to your CSS customization:

/* turn keywords off when not logged in*/
#photoKeywords {display:none;}
.loggedIn #photoKeywords {display:block;}

/* center captions */
#caption_bottom {text-align: center;}

pillman
Oct-09-2008, 07:22 AM
Add these to your CSS customization:

/* turn keywords off when not logged in*/
#photoKeywords {display:none;}
.loggedIn #photoKeywords {display:block;}

/* center captions */
#caption_bottom {text-align: center;}

Thanks for FAST and correct response...

pillman
Oct-09-2008, 01:12 PM
Thanks for FAST and correct response...

OK one more here..
Move caption "down" and few pixels.. ?

jfriend
Oct-09-2008, 01:18 PM
OK one more here..
Move caption "down" and few pixels.. ?

#caption_bottom {padding-top:10px;}

or increase the "10" to whatever you like.

pillman
Oct-09-2008, 02:03 PM
#caption_bottom {padding-top:10px;}

or increase the "10" to whatever you like.

:clap thanks again