• Hi, Hoping somebody can point me in the right direction, as I’m quite new to WP. The featured images in my posts are often too large and I can’t find where i can change these to a smaller size.

    When they appear on my homepage in grid view, they are fine. But on the actual post page, they are huge.

    Where should I be checking?

    thanks Rob

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    If your theme does not give you an option, custom CSS is the way too go. The current CSS that is present on your featured images single post pages is:

    .single .thumbnail img{
    width:100%;
    }

    If you lower the % and put the CSS in Appearance > Custom CSS, it would overwrite that CSS and lower the width of the image.

    • This reply was modified 1 year, 6 months ago by Jeroen Rotty. Reason: forgot ;
    Thread Starter robabsalom

    (@robabsalom)

    Thanks that worked a treat! I reduced to 50%. Now I would like to center the smaller image as it is appearing aligned to the left. Can I adjust the custom CSS for this too?

    I see you already found the necessary CSS for centering it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured Image in Post too Large’ is closed to new replies.