• https://www.eaglemontentertainment.com

    You’ll see thumbnails toward the left of the page. My team and I can’t figure out for the life of us how to resize the thumbnails to make the sizes similar. We’ve tried everything from re-editing the photos, exporting them as different files, etc. Any help would be greatly appreciated!

Viewing 13 replies - 1 through 13 (of 13 total)
  • This seemed to work for me via inspector. Give it a shot. PS: I changed the width from 15% which would resize each one by a percentage, to pixels, which should make them all uniform.

    .wolf-post-has-summary .wolf-last-post-thumbnail {
       width:150px;
    }

    Let me know how that works out for you ??
    JD

    Thread Starter Eric_Champlin

    (@eric_champlin)

    Wait, what? haha.

    Just copy that code I gave above into one of your stylesheets (files that end in .css) and it should work…

    Does that make sense?

    Thread Starter Eric_Champlin

    (@eric_champlin)

    Not quite, sorry. The thumbnails are uploaded via “Featured Image”, so I’m not sure where I’d put the code via stylesheets?

    It really doesn’t matter where you put the code in your stylesheets.

    Just log into your admin panel, then go to Appearance > Editor.
    Then in the right sidebar, select ‘style.css’ or ‘custom.css’. If you don’t see either of those, any file ending in ‘.css’ is fine. Then copy and paste that code anywhere in the css file.

    Does that make sense?

    Thread Starter Eric_Champlin

    (@eric_champlin)

    Yes, thank you, however, the code you provided didn’t seem to work.
    Screenshot: https://puu.sh/jYyGK/6be060936f.png

    Edit: I also tried the code under rtl.css and that also didn’t work.

    Try this

    .wolf-post-has-summary .wolf-last-post-thumbnail {
       width:135px;
    }

    Let me know how that works for ya,
    JD

    Thread Starter Eric_Champlin

    (@eric_champlin)

    Nope, still isn’t syncing the thumbnails, unfortunately.

    Is it changing anything on the page here: https://www.eaglemontentertainment.com

    Thread Starter Eric_Champlin

    (@eric_champlin)

    Yes, I’ve been checking the homepage every time I save the changes, and the thumbnails don’t budge.

    Try this, and put it at the very bottom of your ‘style.css’ file.

    .wolf-post-has-summary .wolf-last-post-thumbnail {
       width:135px !important;
    }
    Thread Starter Eric_Champlin

    (@eric_champlin)

    Still no luck, unfortunately. Placed the code at the bottom of “style.ccs”, updated changes, and the thumbnails didn’t budge.

    All of the images are showing up perfectly on my end now.

    Are they for you?

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Unable to edit uneven thumbnails. Any ideas?’ is closed to new replies.