Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1004172
    Anonymous
    Inactive

    Hi, I added a topbar to the site sub.benhawkins.de,
    but it does not appear. I can see it in the customizer, but not in the regular browser.
    Thx for help
    Andre

    #1004344
    John Ezra
    Member

    Hi Andre,

    Thanks for writing in! Your topbar is present but has a white background. You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-topbar {
        background: #000;
    }

    Hope this helps – thanks!

    #1004722
    Anonymous
    Inactive

    Hi, thanks for the fats answer.
    That´s right with the color, but the top bar scrolls with the content and it´s only visible at the startpage.
    I need it fixed at the navigationbar.

    And another question: there is a huge white (empty) are below the navigation and I don´t know where it does come from.

    Thx
    A

    #1004732
    Rupok
    Member

    Hi there,

    It will scroll with content because it’s not fixed on top. So it’s usual and I can see this on all pages not only on homepage.

    If you want to make it fixed, then add this CSS :

    .x-topbar {
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
    }
    
    .x-navbar-fixed-top {
      top: 34px;
    }

    I can’t see any empty white space. Add screenshot and point that.

    Thanks

    #1004839
    Anonymous
    Inactive

    ok thank you. you´re right with the topbar.

    regarding the white space. it´s not visible anymore. Don´t know why, but problem solved 🙂

    thx
    a

    #1004842
    Christopher
    Moderator

    Glad to hear that it’s solved.
    Let us know if you have further questions.

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