Hey guys, I’m having an issue with a shadow on my sticky header as seen here http://i.imgur.com/a67D1i6.jpg. The website in question is TheGoaliePath.com.
The custom CSS I’m using is:
#header { box-shadow: 0 3px 6px rgba(0,0,0,0.5); }
Any idea what’s causing this? Thanks in advance!
Nevermind, I changed the CSS to:
.header_bg { box-shadow: 0 3px 6px 0px rgba(0,0,0,0.5); }
and it got rid of that issue.