Site logo

Archived topic

Problem with thumbnail sizes

3 replies · Started by carlmumford on March 11, 2017

Viewing posts 1–4 of 4

Hey,

I'm having a few issues with my featured images sizes.


http://samdivinefan.com/d-vine-sounds/keep-i-want-drop-2-jump-now-available-d-vine-sounds/

As you can see the featured image is huge but I want a max of 300px wide as it takes up too much of the page otherwise.

I have set the thumbnail size as 200px for the news page

http://samdivinefan.com/news

I target the following CSS

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail

But that targets images in the post.

Is there a setting in GeneratePress to change the size of the featured image in an individual post?

Hi Carl,

Try this CSS:

.page-header-image-single.grid-container {
    max-width: 300px;
}

Let me know if this is what you wanted to change.

Worked perfectly, thanks! Great when you know what to target :)

You're welcome :)

This archived topic is closed to new replies.