selective image caption alignment
Hi. My image captions are left-aligned, but sometimes I want to center a caption. How can I do this selectively? This is my CSS code for image captions:
/*Image captions: format
----------------------------*/
.wp-caption .wp-caption-text {
margin-bottom: 0.2em;
padding: 0 5px 5px 5px;
position: relative;
text-align: left;
font-size: 12px;
}
Thank you.
Alice