Featured Image too big

Hey there,

So I’ve seen lots of people post about this issue and I’ve tried the code you gave them several times to no avail. The issue is that I want the featured image to be smaller, but only on the post page, NOT on the blog page. The following code that I keep seeing being given as a solution is making the featured images smaller on the blog and archive pages as well and that looks pretty bad:

.entry-featured {width:50%; margin:0 auto; display:block;}

Thanks in advance guys! I’ll provide a link and login cred below.

Hello Randy,

Thanks for asking. :slight_smile:

Please use following code under X > Theme Options > CSS:

.single-post .entry-featured {width:50%; margin:0 auto; display:block;}

Thanks.

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