Viewing 2 replies - 1 through 2 (of 2 total)
  • Its a CSS issue. .post has text-align:justify. Your captions are in .post, so they get justified. Add:

    <blockquote>
    .wp-caption-text { text-align: left }</blockquote>

    to your CSS file to justify left. I’m pretty sure that will fix it. Use text-align: center, instead, if you want to center the text.

    Thread Starter djbell

    (@djbell)

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘photo caption align settings?’ is closed to new replies.