[Theme Evolve] Content Box Shadow Offset?
-
I’m using Custom CSS to give the content box a box-shadow, but for some reason the left and right shadow are offset from the box.
If you look on the right you’ll see there is a small space between the shadow and dark grey box. Not sure how to get rid of it, or whats causing it, I’ve tried changing padding, margins, and gone through the inspector and cant find anything.
The box shadow CSS is pretty standard.
box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
Thanks.
The topic ‘[Theme Evolve] Content Box Shadow Offset?’ is closed to new replies.