Premium WordPress Themes › Forums › Envy Blog › how to centre a Feature image? › Reply To: how to centre a Feature image?
September 19, 2018 at 6:05 AM
#4721
Participant
Hello @sivanandha,
It works, please try adding those CSS code to your site via customizer.
.featured-image img {
margin: 0 auto;
}