how to center feature image
-
Hi all! Is there a way to center the feature image if I’m using a vertical cover?
The blog I need help with is: (visible only to logged in users)
-
Hello there,
You could try adding the CSS onto the site via Appearance > Customize > Additional CSS:
.featured-image span { display: table; float: none; max-width: 100%; margin: 0 auto; position: relative; }I hope this helps.
-
- The topic ‘how to center feature image’ is closed to new replies.