Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1335601
    ferdia
    Participant

    Hello,

    On the homepage of my site i have a Facebook & Twitter feed integration which places two tabs to the right of the browser window when clicked they display the selected feeds. However when i school down these two tabs disaster behind de nav bar. I’ve tried increasing the z-index but its still the same.

    The URL is: http://eye-site-testing.com

    Any assistance would be great.

    Thanks

    #1335799
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    .masthead.masthead-inline {
        z-index: 0;
        position: relative;
    }

    Hope this helps.

    #1336408
    ferdia
    Participant

    Thanks Jade, that got it fixed.

    #1336419
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

    #1336515
    ferdia
    Participant

    Sorry but there is one more thing. The dropdown sub-menu’s are dropping below the text and images on the page.
    Do you have some code to place these above the page elements

    Thanks

    #1336600
    Paul R
    Moderator

    Hi,

    Please replace the code with this.

    
    #fb-tw-feeds {
        z-index: 99999;
    }
    

    Hope that helps.

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