Centre aligned picture captions

Posted in: Newspaper
Post count: 84

Hi
I would like to have the captions of all pictures centre aligned instead of left aligned as they get now. I do not understand how to align them myself. CSS change is OK.
Todays appearence with left aligned captions http://www.ladiesabroad.se/2016/02/att-saga-hejda-till-ett-pass.html

Thanks from Lena

Post count: 23312

Hello Ladiesabroad,

If you want to align your image caption to center, you should use the code below and place it in Theme panel->Custom CSS Area.

The code is ->

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

The result you should see here -> http://screencast.com/t/mBIReoeN

Thanks for the message!

Post count: 76

Thank you for this Catalin – saved me a ton of time. great support Tagdiv!

  • This reply was modified 8 years by Richard.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.