Center Featured Image on Modern Events Plugin

Hi all,

I’m trying to center a featured image on the modern events plugin that was bundled with Pro. Is there some css I can use to do this? Currently the images are aligning left and it’s particularly glaring on desktop. Please help me fix this.

https://ledbury.org/events/pumpkin-picking-and-carving-the-nest/

Hello @btmaffiliate,

Thanks for writing to us.

In order to center-align the featured image, I would suggest you please add this custom CSS code under Theme Options —>CSS

.single-mec-events .mec-single-event .mec-events-event-image {
display: block;
text-align: center;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.