Featured Images No Longer Default to Center with Update?

Ever since the latest update to X Theme, my featured images for blog posts as well as portfolio items are left aligned. Can’t seem to change that. I’ve placed

.featured-image{
text-align:center;
}

into the global CSS, with no luck. Any help?

Here’s the Web site:

Hello Allen,

Thanks for writing in!

I have inspected your blogs and portfolio items. The featured images were way smaller than 1200 pixels which is the maximum width of the content container. This is the reason why it is not displaying at the center. If you want to center it, you use this code instead:

.entry-featured {
    text-align: center;
}

If you need anything else we can help you with, please let us know.

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