Reply To: Image Caption Centered

Home Forums Support Image Caption Centered Reply To: Image Caption Centered

Home Forums Support Image Caption Centered Reply To: Image Caption Centered

#108912
Tom
Lead Developer
Lead Developer

Give this CSS a try:

.wp-caption .wp-caption-text {
      width: 100%;
      text-align: center;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
}