Home › Forums › Pro Support › Creating Box Shadow Around Posts This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 9, 2020 at 10:43 pm #18097 BenParticipant Hi Guys, I’m trying to create a box shadow around my posts when displayed using wp-show posts. The CSS I’m using is; .wp-show-posts-columns.wp-show-posts-inner { margin: 0 0 2em 2em; box-shadow: 0px 2px 16px 0px rgba(0,0,0,.1); } It works perfectly when I edit the code when I inspect the element using my browser but when I apply it to the CSS editor it doesn’t work at all. Can you help? Thanks Ben August 10, 2020 at 1:50 pm #18128 TomKeymaster Hi there, Can you link me to the page so I can inspect the code? Looks like it should be working. August 11, 2020 at 9:45 am #18162 BenParticipant Hey Tom, Sure its https://sitra.org/ Thanks Ben August 11, 2020 at 4:48 pm #18177 TomKeymaster Ah, you’re missing a space in there. Try this: .wp-show-posts-columns .wp-show-posts-inner { box-shadow: 0px 2px 16px 0px rgba(0,0,0,.1); } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In