• Resolved footy4kids

    (@footy4kids)


    Hi

    The thumbnail images of the posts’ featured image on my blog page are too small and I can’t work out how to make them bigger.

    I’ve tried resizing thumbnails in the WP dashboard to 150×150. Does that only affect new images? If so, how do I adjust the existing thumbnails?

    Also, I’d like to get rid of the padding at the bottom of the images.

    I’ve tried a bit of CSS to get rid of the padding but no luck:

    .entry-thumb img {
    padding-bottom: 0px;
    }

    Any tips would be appreciated!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    It seems that someone added inline CSS code to set thumbnails to 40% size -> https://prnt.sc/itrAyyQycMCvhttps://prnt.sc/cPfVteguWw2- – remove or adjust that code and thumbnails will be in full size.

    After you remove that code – you can set thumbnail size and use a plugin to regenerate thumbnail sizes, for example, this one -> https://www.ads-software.com/plugins/force-regenerate-thumbnails

    For padding I see that code is also added as inline CSS -> https://prnt.sc/j-dSSp-OTXG- – change the code at the place where you added this or if you can’t find it, you can use !important to override the CSS, for example:

    .entry-thumb img?{ padding-bottom: 20px !important;}

    But it’s better to sort that out at the inline CSS level, you should avoid using !important when it’s possible to avoid it.

    Kind Regards.

    Thread Starter footy4kids

    (@footy4kids)

    That’s brilliant! Thank you very much.

    Took a while to find the line of code that reduced the thumbnails to 40% but once it was deleted the images display correctly.

    And the padding has been removed.

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.