Picture's description in Posts

Posted in: Newspaper
Post count: 4

Hi,

I want to put in my posts pictures with description. I used to write the description of the picture when I put an image and It usually appeared in above in the center. But with this theme I saw the description align to the left. How can I fix that?

Thank you and sorry for my bad English

Post count: 1291

Hi,

Please ad this custom CSS:

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

…in Theme Panel -> Custom CSS section.

Thank you, Emil G.

Post count: 4

Hi,

It does not work at all. You can see what I am saying in one of my posts:

http://fapuestas.com/gael-monfils-andy-murray.html

I am saying the below text on each picture.

Thank you

Post count: 1291

Hi,

Change the css to:

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

Thank you, Emil G.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.