Featured image width in post

Hi. I’d like the featured image to be the same width as my post’s copy throughout my site. The setting went crazy somehow. How do I fix this? The featured image is currently too big.

Link: http://www.juanajaafar.net/2017/09/ahli-politik-jangan-buang-masa-kami/

Hi There @juanajaafar

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

.single-post .entry-featured {
    width: 55%;
    margin: 0 auto;
}

Hope that helps.

Doesn’t work.

Hi there,

The code previously provided should work.

It could be that there is a CSS error in the codes that are in the Global CSS.

Please try copy and pasting all the codes in the Global CSS here: http://csslint.net/

It should give you some information if there are any CSS errors which you will need to fix.

Hope this helps.

Okay. Thank you.

You’re welcome.

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