Featured image placment

Posted in: Newspaper
Post count: 80

hola there 😉

how can I make my post’s featured pictures to be centered and not on the left side of the posts ?

as an example:
https://themaghrebtimes.com/04/20/new-algeria-us-discussions-on-tifa-april-24-in-algiers/

thank you .

Post count: 20688

Hi,

That depends on the image size that you use for the featured image. The image you are using is too small, and it will be displayed like it is now – https://www.screencast.com/t/C85B8hImtw
If an image is used that is smaller then the size this post template uses
https://www.screencast.com/t/rs9fPwlumld it will be displayed as it is, it will not be stretched by the theme.
For example in this post the image is using the entire available space
https://themaghrebtimes.com/04/20/algerias-messahel-in-talks-with-saleh-and-hafter/
You could try this code if you would like to keep the existing images, and it will center the featured images the way you want
https://www.screencast.com/t/703P2brtDRZA
https://www.screencast.com/t/C24dMV7dCSgQ
https://www.screencast.com/t/2tmN95mBx8
This is the code used, you must enter it in Theme panel->Custom Css – https://www.screencast.com/t/wlfwfDAr
After you enter the code, if it does not apply please clear any caching installed and check again

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

Please let me know if you need further help, or this solution is not working properly for you.

Thanks

Post count: 80

thank you for your help 🙂

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