• Resolved Eagle_Fantasy

    (@eagle_fantasy)


    I want to center image captions. I tried to copy and paste the following lines to custom CSS region in your theme option, but it doesn’t work, I can’t see any change:

    .post p.wp-caption-text {text-align:center;padding:3px;background-color:#eee;border:solid 1px #999;font-size:11px;}
    .aligncenter {text-align:center;margin:0 auto;}

Viewing 1 replies (of 1 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    this custom CSS should work:

    #wrapper .wp-caption .wp-caption-text {text-align: center !important;}

    Best regards,
    Tomas Toman

Viewing 1 replies (of 1 total)
  • The topic ‘How to center image caption?’ is closed to new replies.