center align featured image

Posted in: Newspaper
Post count: 4

featured image aligned left side in post details page. how to make it center aligned?

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/pYito2ia

.td-post-template-default .td-post-featured-image img {
margin-left: auto;
margin-right: auto;
}

Thanks!

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