Align Feature Image to Center

Posted in: Newspaper
Post count: 74

Please how do I align all my featured image to the center.

on todaybase.com Newspaper

Post count: 23312

Hello todaybase,

If you want to centre the featured image, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

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

Thank you for the message!

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