PenciDesign replied
Staff Reply
Hi,
This is Image Widget from Wordpress, and by default this widget doesn't support center image.
You can try add more this code to Customize > Custom CSS to make it center:
\
.widget.widget_media_image { text-align: center; }
Best Regards,
PenciDesign