I’m trying to center featured image inside post.
I’ve found the following code on the forums:
.big-preview.single-big{ text-align: center; }
.big-preview.single-big a{ display: inline-block; }
This works to center image in blog but not inside post.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .big-preview img { margin: auto; }
Cheers!
Yigit
Thank you :)