Site logo

Archived topic

Main Navigation shadow not showing

1 reply · Started by Paul on December 11, 2016

Viewing posts 1–2 of 2

Hi Tom,

I just got GP Premium today so having fun working out the ins and outs.

I am running WP 4.7 PHP7.1 Elementor + GP Premium

For some reason the navigation shadow is behind the content, see first image.

Non Transp Content covering shadow

It is driving me up the wall and I am sure it is something simple I am missing...

I have used the following custom CSS:
.main-navigation {
z-index: 9999 !important;
-webkit-box-shadow: 0 11px 17px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0 11px 17px -5px rgba(0,0,0,0.75);
box-shadow: 0 11px 17px -5px rgba(0,0,0,0.75);
}
#content{
z-index: 1 !important;
}

Here is the second image where I have set the content Opacity to 0.1 so you can see that the shadow is there but for some reason it is behind the #Content

Semi Transparent Content showing shadow behind

Any suggestions?

Thank you in advance.

Kind regards,
Paul

What if you do this?:

#content{
    z-index: 1 !important;
    position: relative;
}
This archived topic is closed to new replies.