Options

Centering Captions

mjsmjs Registered Users Posts: 152 Major grins
edited January 19, 2014 in SmugMug Customization
I am tring to center my caption underneath the large image in the lightbox.

I have entered this code into my CSS block for my theme but it isn't centering.

/* Center the caption underneath the photo */
.sm-lightbox-ft-center {
right:0 !important;
}
.sm-lightbox-ft-center .sm-lightbox-info {
text-align: center;
}
.sm-lightbox-ft-center .sm-lightbox-info > * {
text-align: left;
}

.sm-lightbox-info {
text-align: center;
}

Any suggestions? Thx
msabatini.com

Comments

Sign In or Register to comment.