Forums
Home / Theme: Neve / Featured Image alignment issue
(@jierry)
4 years, 7 months ago
The featured image (of one of my articles), both in my blog and within the post, is left-aligned by default. How do I align it to the centre for both?
(@rodicaelena)
Hi,
Could you please share your site so I can have a look?
Regards, Rodica
The name of the website is framedventures.com. I don’t think you can access the site as it is not online yet since I am still working on my first post. Let me know what to do in this case.
You can add this code in Appearance > Customize > Additional CSS:
.nv-thumb-wrap img, .nv-post-thumbnail-wrap img { display: block !important; margin-left: auto !important; margin-right: auto !important; }