Site logo

Archived topic

Can I get a show box around each post?

5 replies · Started by Heath on November 14, 2020

Viewing posts 1–6 of 6

I use the latest blog posts as .y home page for now. Is there a way to get shadow boxes around each post?

Hi there,

can you share a link to your site so i can see the Layout thats being used, then i can provide the necessary CSS.

I should have checked the spelling of my post but I guess you were able to figure out what I was asking for shadow boxes around each post. Ive included the site in the private information.

I just needed to see the site to check what layout was being used as this will decide on the CSS it uses, and what other things will need tweaking, like adding some padding to the content so it doesn't touch the edges:

body.home .inside-article,
body.archive .inside-article {
    box-shadow: #718096 0 7px 20px;
}
body.home .inside-article > *:not(.post-image) ,
body.archive .inside-article > *:not(.post-image)  {
   padding: 0 20px;
}

This is perfect! Thank you.

You're welcome!

This archived topic is closed to new replies.