Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1335751
    initialyze
    Participant

    Hello,

    I’m using feature box on my site’s contact-us page. Somehow its overlap on topbar as you can see in attached screenshot.
    To fix that I’ve added following style property:
    z-index: -1;

    It has solved my issue but after link text are not working.

    URL : http://www2.initialyze.com/contact-us/

    Can someone please help me with this issue ??

    Thanks

    #1336125
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Please remove the z-index: -1; you applied on the feature box element and add this on your custom CSS instead.

    header.masthead {z-index: 3 !important;}

    Hope it helps, Cheers!

    #1336209
    initialyze
    Participant

    Thanks. It worked.

    I noticed other same kind of issue which is I enabled “prev-next” on slider component and it overlaps on topbar.

    Please find attached screenshot.

    #1336213
    initialyze
    Participant
    This reply has been marked as private.
    #1336291
    Rupok
    Member

    Hi there,

    Thanks for writing back. Let’s update the code to following :

    header.masthead {
      z-index: 9999!important;
    }

    Cheers!

    #1336817
    initialyze
    Participant

    Thank you so much. It worked and solved all issues.

    #1336898
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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