Featured image posion in Post

Posted in: Newspaper
Post count: 18

Hello!

I have two questions.

At the beginning of my post, when I have a featured image, the featured image appears

At this point, how i can align the position of the featured image to the center

I also wonder how to center the caption of the characteristic image.

Please teach me with css or php.

I would appreciate your reply.

Please teach me with css or php.

Please look at the link if necessary!
https://storage.googleapis.com/allrever.com/2018/09/9657f8d8-question.jpg

  • This topic was modified 7 years by heedozz.
Post count: 35449

Hi,

Yes that can be done with some CSS, to do it go back in WP Dashboard Newspaper > Theme panel > Custom code > Custom CSS ( https://www.screencast.com/t/bWV1CQx8HzmN ) and paste this code :

.wp-caption-text{
text-align: center;
}
.td-post-featured-image img{
margin: 0 auto;
}

See results: https://www.screencast.com/t/J1pQEqMY2B1

Thank you.

Post count: 18

thanks Calin !!!!

Have a good day! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.