Centering Featured Image

Posted in: Newspaper
Post count: 9

Hi devs
In last version (WP 3.9.0 & newspaper 4.0) when I add small image (example my pic width is 100px but container has 600px) as feature image, it will be placed at center in plcaeholder. But now in WP 3.9.2 & newspaper 4.2 the small image position change to left alignment. SO how do fix it?

Sorry for bad english

  • This topic was modified 11 years by Dwi Utomo. Reason: adding newspaper version
Post count: 6600

Hi,

Please use this custom css in Theme Panel > Custom CSS:

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

Should solve your problem: http://screencast.com/t/9vgOEnCR6sXF

Thanks

Post count: 9

Hi Lucian thanks for the solution
It fixed now 🙂

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