Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1126201
    bryan1976
    Participant

    Hi,

    I have gone round in circles with this problem – I really hope you can help.

    I have a transparent header which is working perfectly across my website. http://www.theaudiobarndev.co.uk

    The problem I have is that the breadcrumbs appear behind the header instead of below it. Please see attached screenshot.

    I’ll attach below my login credentials for you to have a look at the custom CSS that has already been recommended to help style my header. Maybe something in this is conflicting?

    The pages load ok, but as soon as you scroll down, the breadcrumbs ‘bounce’ up underneath the header.

    Many thanks in advance.

    Bryan

    #1126203
    bryan1976
    Participant
    This reply has been marked as private.
    #1126730
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Please look for this custom CSS on your customizer and remove it.

    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: auto;
    }

    Hope it helps, Cheers!

    #1126731
    Rupok
    Member

    Hi there,

    Thanks for writing in! Do you want to make it fixed with Navbar? You can use this CSS :

    .x-breadcrumb-wrap {
      left: 0;
      position: fixed;
      right: 0;
      top: 92px;
      z-index: 1031;
    }

    Hope this helps.

    #1142822
    bryan1976
    Participant
    This reply has been marked as private.
    #1142830
    bryan1976
    Participant
    This reply has been marked as private.
    #1143272
    Lely
    Moderator

    Hello Bryan,

    Please try clearing browser cache. It seems ok now when I checked. See this video screencast:http://screencast-o-matic.com/watch/cDj0oGiRqr

    #1143548
    bryan1976
    Participant

    Hmmm,

    Please can you check on the iPad.

    Thanks,

    Bryan

    #1144200
    Friech
    Moderator

    Hi Bryan,

    Are you referring to the transition of fixed navbar and gets your breadcrumbs jump on the top? If so, please remove the CSS I’ve suggested above.

    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: auto;
    }

    There are two instances of that on your customizer custom CSS, please remove both.

    Removing that should make your breadcrumbs scrolling smoother (not jumping).

    Obviously, you’ll see the breadcrumbs scrolling behind the navbar, because your navbar is semi-transparent. That is the normal behaviour of fixed navbar and Im not seeing issue on that.

    Hope this shed some lights.

    Cheers!

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