Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1027171
    PanInternational
    Participant

    Hi,
    I searched for a solution in the forum but didn’t found one the suite this issue.

    I have a small space (white) between the Navbar and the Content area, it’s not a line, because when I scroll down the space disappear under the fixed Navbar.
    I have tried to search for a solution on the CSS code that I already add to solve different issues, but with no luck.

    Can you help me on this one?

    Thank you

    #1027173
    PanInternational
    Participant
    This reply has been marked as private.
    #1027517
    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems you have added the below code to hide the breadcrumbs :

    .x-breadcrumbs {
      display: none;
    }

    You can use this code instead :

    .x-breadcrumb-wrap {
      display: none;
    }

    Although you can disable breadcrumbs from Customize > Header > Breadcrumbs.

    Hope this helps.

    Cheers!

    #1029049
    PanInternational
    Participant
    This reply has been marked as private.
    #1029401
    John Ezra
    Member

    Hi three,

    Thanks for updating the thread! Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1030991
    PanInternational
    Participant
    This reply has been marked as private.
    #1031627
    Thai
    Moderator

    Hi There,

    To fix this issue, you just need to add the following CSS:

    .x-breadcrumb-wrap {
      display: none;
    }

    Hope it helps 🙂

    #1032988
    PanInternational
    Participant

    Hi.
    Thank you for your feedback.

    Actually, that CSS code took the white space out, but there is still a small white line there. :/

    How can I solve this?

    #1033395
    Rue Nel
    Moderator

    Hello There,

    To remove the very thin line, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-navbar-fixed-top-active .x-navbar-wrap {
        border: none;
        margin-bottom: 0px !important;
    }

    We would loved to know if this has work for you. Thank you.

    #1033492
    PanInternational
    Participant

    Hi,

    Yes, it worked! 🙂

    Thank you

    #1033505
    Paul R
    Moderator

    You’re welcome! 🙂

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