Home › Forums › Support › Shadow effect second nav This topic has 7 replies, 2 voices, and was last updated 6 years, 8 months ago by Tom. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts September 15, 2016 at 8:22 am #226646 Karim Hello Tom, I’m having trouble getting a shadow effect on the bottom of the second navigation, which i use as a topbar. The box-shadow css i apply works for every element on the site, including the main navigation, but only the second nav is giving me trouble. Can you please help? Here’s the link: http://webshop.primemedia.nl/ Thanks in advance sir:) September 15, 2016 at 10:30 am #226680 TomLead Developer Lead Developer What CSS are you using? I’m not seeing any shadow CSS added to the secondary navigation. September 15, 2016 at 10:44 am #226694 Karim Hey Tom, I deleted it. I tried several. Like these below: #secondary-navigation.secondary-navigation{ -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75); box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75); } And i also tried #secondary-navigation alone and .secondary-navigation alone. September 15, 2016 at 10:50 am #226697 TomLead Developer Lead Developer Can you re-add it so I can see which part isn’t working? September 15, 2016 at 10:51 am #226698 Karim done September 15, 2016 at 10:52 am #226700 TomLead Developer Lead Developer Looks like the shadow is hidden behind the header. Try adding some margin below the navigation: .secondary-navigation { margin-bottom: 10px; } September 15, 2016 at 10:53 am #226701 Karim You are boss!! Thanks again;) September 15, 2016 at 10:58 am #226705 TomLead Developer Lead Developer You’re welcome 🙂 Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In