Centering the featured image

Posted in: Newsmag
Post count: 21

Hi All,
is there anyway to center a featured image? It is currently align at the left.
Thanks for your help.
Marco

Post count: 35449

Hi,
Can you please provide some more details about this?
Normally the theme use thumbnails and those should display the full image (if possible).
Thank you!

Post count: 21

Hi Caaslin,
thank you for your reply.
At this link you can see what I mean:
https://lnx.jazzitalia.net/lezione-39-risoluzioni-v7-i-e-alternative-b9-alla-1a-voce/

The thumbnail works well, but when I open a post/article the featured image is always aligned at the left.
My intention is having it centered. Is that possible?
Thanks
Kind regards,
Marco

Post count: 35449

Hello,
I see, this can be resolved using a different single post template or a custom css, if you do not want to change the template, please try this css
.td-post-featured-image img {
margin-left: auto;
margin-right: auto;
}

The code needs to be set in the theme panel > custom code> custom css – https://i.imgur.com/Ee0FkZ9.png
Thank you!

Post count: 21

WOW!!! it works perfectly!!!!
Thank you vey much 🙂

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