Tagged: x
-
AuthorPosts
-
May 17, 2016 at 7:49 pm #996457
SingerParticipantIn this thread you discuss what I want to do and I used the javascript near the bottom of the page to accomplish the transition of logo from the top header area into the nav bar on scroll.
https://community.theme.co/forums/topic/header-logo-position-on-scroll/However Im using a rather large logo for the header and when you scroll back up to the top as the navbar disconnects from it’s static position at the top it switches to the original large logo and it snaps the menu down a few inches. Its jerky and I was hoping to make this a smoother transition like I have seen on other websites. Can you tell me how to make the top larger logo reappear when you scroll back up?
May 17, 2016 at 11:14 pm #996714
John EzraMemberHi there,
Thanks for writing in! To assist you with this issue, would you mind providing us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything. Thanks!
May 18, 2016 at 4:45 pm #998182
SingerParticipantThis reply has been marked as private.May 18, 2016 at 11:10 pm #998754
RadModeratorHi there,
Please add this CSS to Admin > Appearance > Customizer > Custom > CSS
@media (max-width: 979px){ .x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right { position: fixed; } }Thanks!
May 19, 2016 at 1:29 am #998883
SingerParticipantThank you for your response, I implemented the code and it doesn’t seem like it changed anything how does it look on your end?
May 19, 2016 at 2:56 am #998974
Rue NelModeratorHello There,
Sorry if the given css code doesn’t work out. Please update it and use this instead:
.x-navbar-fixed-top .x-container.max.width { width: 100%; max-width: 96%; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-996457 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
