Viewing 2 replies - 1 through 2 (of 2 total)
  • hi

    in your css you have the text-align: left

    change it to center like this

    .wp-caption .wp-caption-text {
      color: #888888;
      font-size: 0.846154em;
      line-height: 1em;
      margin: 5px 0;
      text-align: center;
    }

    Thread Starter pluning

    (@pluning)

    Perfect — thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centering captions’ is closed to new replies.