Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #266196

    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!

    #266203

    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.

    #266272

    Hey!

    Glad you figured it out. If you have any questions, let us know.

    Best regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Sticky header shadow problem’ is closed to new replies.