Featured image to center

Posted in: Newspaper
Post count: 220

Can Any one help me in Moving the featurd images displayed in the Post page to be center …

Post count: 6600

Hi,

I’m not sure I understand what are you trying to do, please provide more details about this.
You could try to use this custom css to center the feature image on post page:

.td-post-featured-image {
text-align: center;
}

Thanks

Post count: 220

my Question is too keep the images to center ..Currently its aligned to one side

https://www.diigo.com/item/image/3bjz5/c63w

Post count: 6600

Hi,

Yes, please use this custom css: http://screencast.com/t/FhaWxthM7

.post .td-post-featured-image {
text-align: center;
}

Thanks

Post count: 220

Its works ….

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