Tagged: x
-
AuthorPosts
-
May 22, 2016 at 5:03 pm #1004172
AnonymousInactiveHi, 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
AndreMay 22, 2016 at 8:01 pm #1004344
John EzraMemberHi 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!
May 23, 2016 at 2:07 am #1004722
AnonymousInactiveHi, 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
AMay 23, 2016 at 2:12 am #1004732
RupokMemberHi 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
May 23, 2016 at 3:51 am #1004839
AnonymousInactiveok 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
aMay 23, 2016 at 3:53 am #1004842
ChristopherModeratorGlad to hear that it’s solved.
Let us know if you have further questions. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1004172 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
