Forums
Home / Theme: Astra / Center align the featured image
(@rox32)
5 years, 4 months ago
Hi,
I was wondering: could you provide a css code that I can use to center the featured image in single posts.
Thanks a lot! ??
(@brainstormteam)
Hi @rox32,
Can you give the URL where you want this code to be added?
Best,
Nikhil
https://jurnaldemamica.net/2019/11/04/tehnologia-led-premium-outdoor/
This is an example. Thanks!
5 years, 3 months ago
This custom CSS will work in your case –
.single .post-thumb { text-align: center; }
Here is a documentation post which explains how you can add custom CSS to your site – https://wpastra.com/docs/adding-custom-css-code/
Thank you so much! I replaced .single with .blog and I got the css for blog page as well ??