Featured Images - post category sizing

Hi I would like to force the featured images that are displayed on the posts categorized as “treatments” to have image sizes of 300x200 on the recent posts page.

This is the shortcode being used: [display-posts category=“treatments” image_size=“medium” posts_per_page=“50” order=“ASC” orderby=“title”]

http://allcareptc.staging.wpengine.com/treatments/

Hello @lacorte,

Thanks for asking. :slight_smile:

Please try adding following CSS under X > Theme Options > CSS:

.listing-item {
    width: 335px !important;
    height: 250px !important;
    margin-right: 10px !important;
}

.listing-item img {
    width: 300px !important;
    height: 200px !important;
}

Thanks.

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