Home › Forums › Pro Support › Shadow Box Post in Header This topic has 3 replies, 2 voices, and was last updated 2 years, 7 months ago by Eugen Minnich. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 11, 2021 at 8:36 am #26631 Eugen MinnichParticipant Hello, I used the following CSS to put a shadow around my posts. .wp-show-posts-columns .wp-show-posts-inner { box-shadow: 0px 2px 16px 0px rgba (0,0,0, .1); } However, the post is unfortunately displayed without a shadow in the header. There is also no shadow in the Post Carousel. do you have a suitable CSS for this? February 11, 2021 at 8:51 am #26633 Eugen MinnichParticipant https://papalatics.de I would also like to have an interior clearance from the text to the edge. February 11, 2021 at 7:41 pm #26652 elvinModerator Hi there, I’m not sure I fully understand what style you’re trying to achieve. Do you have any mockup images? Also, I wasn’t able to see any carousel. Perhaps your carousel isn’t working. Can you temporary disable ALL plugins except WPSP to check? I would also like to have an interior clearance from the text to the edge. We can use padding to do this. Example: .wp-show-posts-inner { padding: 20px; } February 12, 2021 at 7:02 am #26675 Eugen MinnichParticipant Many Thanks. I COULD SOLVE that with the shadow around the BOX. With the CSS .wp-show-posts-inner { padding: 20px; } The distance from the post is also changed. I just want the left and right spacing Change title, date and content. The distance should remain above and below. Many thanks for your help! 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