[Support request] Main Navigation shadow not showing

Home Forums Support [Support request] Main Navigation shadow not showing

Home Forums Support Main Navigation shadow not showing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #253558
    Paul

    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

    #253629
    Tom
    Lead Developer
    Lead Developer

    What if you do this?:

    #content{
        z-index: 1 !important;
        position: relative;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.