Lightbox captions
hadron
Registered Users Posts: 95 Big grins
Long captions are justified under the left 1/3 of a large photo.
Is there a way to justify captions under the whole photo in Lightbox mode?
Is there a way to justify captions under the whole photo in Lightbox mode?
0
Comments
difficult without a lot of manipulation..
My Website index | My Blog
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
.sm-lightbox-caption {font-size:18px;}
/* Centre the caption underneath the photo */
.sm-user-ui .sm-lightbox-basic .sm-lightbox-ft-center .sm-lightbox-info {
margin-right:0;
}
.sm-user-ui .sm-lightbox-basic .sm-lightbox-ft-center .sm-lightbox-info > div,
.sm-user-ui .sm-lightbox-basic .sm-lightbox-ft-center .sm-lightbox-info > p {
margin-left:auto;
margin-right:auto;
}
this also makes the Captions 18 points