Featured image aligncenter

Posted in: Newsmag
Post count: 93

Hi the featured images appear on left of the post i’d like them to be centered. How can i do this?

Thank you!

Post count: 6535

Hi

The position of featured image depends by post template used. I am not sure what post template you’re using for posts so please provide a link where I can inspect this.
Meanwhile if you’re using post temlate 1 try this css in theme panel > custom code > csutom css: http://screencast.com/t/XZH2Ux5hucwg

.td-post-template-1 .td-post-featured-image {
float: none;
margin-right: auto;
margin-left: auto;
}

Thanks!

Post count: 93

Hi i used your css but targeted .entry-thumb instead, it then worked thanks!

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