Bruce Reyes-Chow
asked 9 years ago

This has bugged me for a while, but whenever I caption and image it always aligns RIGHT. Is there a way to make the default to be CENTER?

http://www.reyes-chow.com/2015/02/the-sixth-day-of-lent-2015/

1 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this, you can add the following code to the style.css file:

.wp-caption-text {
    text-align: center;
}

Hope this helps !

breyeschow
replied 9 years ago

Exactly what I needed! Thanks!

Powered by DW Question & Answer Pro