how to move the featured image in Center

Posted in: Newsmag
Post count: 38

Hi

can you tell me how to move the post featured image to the center, i can’t find which file or css for modify , thank you.

http://s28.postimg.org/v1zdffu17/screenshot_1955.png

Post count: 6535

Hi

Please provide a specific link to your post where you want to move the featured image to center. Meanwhile you can check how the featured image is positioned, depending by the post template used, in our documentation: https://forum.tagdiv.com/post-templates/

Thanks!

Post count: 38

Hi

here is the link

that is a custom post type article.

Post count: 6535

Hi

Try this custom css in them,e panel > custom css: http://screencast.com/t/zgwdAaW6mf

.td-modal-image img{
display: table;
margin-left: auto;
margin-right: auto;
}

Thanks!

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