Site logo

Archived topic

White Space in Post Thumbnails When Applying Box Shadow

2 replies · Started by Josef Carlo on July 4, 2020

Viewing posts 1–3 of 3

Hey Team,

When I apply box shadow to post thumbnails for Archives, there is a white space below the post thumbnail image.

I am using Left alignment for featured images and Medium for attachment size.

The CSS I am using is

.post-image
{
	box-shadow: 0 0 10px;
}

Screen-Shot-2020-07-05-at-2-31-21-AM

Hey Team,

I think I got this. I missed putting img in the CSS. This code worked


.post-image img
{
box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
}

I have marked this as resolved. Thanks!

Hi there,

The CSS looks good.

Glad you've figured out :)

This archived topic is closed to new replies.