Hi,
Image is to large for posts and post feeds. I have tried CSS i have found suggested on here, but none of them work.
Hi @s_mocko,
Thank you for writing in, please add this to your Theme Options > CSS
body.single-post .entry-featured,
body.blog .entry-featured {
max-width: 50%;
margin-left: auto;
margin-right: auto;
}
Feel free to adjust the max-width: 50%; where you see it fits.
But first, please check your entire custom CSS here. there seems to be a syntax error somewhere on your Theme Options > CSS, If this does not resolve the CSS provided above will not work. Please note that we can not provide custom CSS support further.
Cheers,
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.