Site logo

Archived topic

CSS Drop Shadow for Navigation CSS Not Working

9 replies · Started by Sean on September 18, 2017

Viewing posts 1–10 of 10

Hi Sean,

Can you provide a link to your site? Thanks!

That CSS is for the sticky navigation, which you don't seem to be using.

Try changing nav#sticky-navigation to #site-navigation.

Still no change, my site is set to sticky + static navigation.

Add this as well:

#site-navigation {
    position: relative;
    z-index: 1;
}

Thanks! It seems to have worked, now how do i change so it is just a subtle dark shadow that runs directly parallel underneath the navigation header?

At the moment it is a big ugly purple shadow that partly runs underneath and also cuts the right side of from the rest of the header.

Great tool! thanks very much all working now!

No problem!

This archived topic is closed to new replies.