Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1001360

    Hi,

    I am using Integrity in stacked mode, and I have edited the wp-header.php to add in a image directly below the navigation.
    The image needs to appear on every page so I figured the this was going to be the best idea. It’s a png image so has transparency.

    It looks great and responds well and it does exactly what I want it to do when on mobile.

    However, I am trying to add content into my pages and my first section needs to have a negative margin, so I would have expected the section would sit underneath the image I inserted and the navbar. However, the opposite is happening, and my section is appearing top of my inserted image.

    Any help is appreciated.

    Thanks

    #1001442
    Lely
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1001512
    This reply has been marked as private.
    #1001655
    Joao
    Moderator

    Hi There,

    Please add at your Appereance / Customizer / Custom / CSS

    
    .banner {
    
    z-index: -1;
    
    }

    Hope that helps,

    Joao

    #1001667

    Hi Joao,

    I’m afraid that didn’t work.

    #1002159
    Jade
    Moderator

    Hi there,

    Please update the code to:

    .banner {
        z-index: 99999;
        position: relative;
    }

    Thank you.

    #1004748

    Perfect, thank you Jade

    #1004760
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1001360 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>