how to centre featured images

Posted in: Newspaper
Post count: 6

Hi all,

I am looking to centre featured images which are currently defaulted to the left. Is there something I can do to set all featured images to default to be being centered?

Post count: 3343

Hi,
Can you show me a link to inspect it? Thanks!

Post count: 6

Hi Darius,

here are examples of posts with feautured images at the top that I would like to centered. If there is a way of setting all featured images to default as centered that would be great.

http://www.justaplatform.com/moroccan-art/

http://www.justaplatform.com/salem/

Post count: 3343

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 for the message!

Post count: 6

Thanks Darius. Tried what you suggested and it worked. Perfect.

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