how to make Featured Image on Post View Center

Posted in: Newspaper
Post count: 102

Need to align centre the Feature Image.

Thanks

Post count: 22421

Hi,

Try with this CSS, add it in Theme Panel -> Custom CSS section:

.td-post-featured-image .entry-thumb {
display: table;
margin-left: auto;
margin-right: auto;
}

Thanks!

Post count: 102

Thanks it worked but the Caption is still on the left side instead of following with its image.

Thanks

Post count: 22421

Hi,
For the caption, you can use this code to center it:

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

Thank you!

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