Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1328069
    initialyze
    Participant

    Hi,
    I’m using integrity theme and enabled breadcrumb. Somehow there is gap between topbar and breadcrumb. How can I remove that gap. For more details please find the attached screenshot.

    Thank you.

    #1328274
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-breadcrumb-wrap {
        padding-top: 0 !important;
    }

    Thanks.

    #1329040
    initialyze
    Participant

    It did not work for me. See the result in attached screenshot.

    #1329181
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .x-navbar {
        border-bottom: 0;
        box-shadow: none;
    }
    #1329253
    initialyze
    Participant

    Thanks but it’s not helping me.

    #1329547
    Friech
    Moderator

    Hi There,

    That is actually your navbar, are you not planning to use that? If so, you can add this under Custom > Global CSS in the Customizer.

    .x-navbar-wrap {display: none !important;}
    .x-logobar {border-bottom-width: 0;}

    Hope it helps, Cheers!

    #1332539
    initialyze
    Participant

    Thank you so much. It worked.

    #1332657
    Joao
    Moderator

    Glad to hear it,

    Joao

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