Tagged: x
-
AuthorPosts
-
September 24, 2016 at 12:10 am #1188836
databellParticipantI’m trying to get the navigation on mobile to slide up from the hamburger menu, like it does on the X site, but it just keeps scrolling downward instead. The example is here: https://jkmurphyadvisors.com/dev/
I’ve already looked at other forum posts, but nothing seems to be working. I added this already in my CSS for the child theme:
@media screen and (max-width: 979px) { .x-navbar { bottom: 0; left: 0; right: 0; position: absolute; } .x-navbar-fixed-top { position: fixed !important; top: 0 !important; bottom: auto !important } .x-btn-navbar { margin-top: 6px!important; } }September 24, 2016 at 12:28 am #1188853
RadModeratorHi there,
Thanks for writing in.
Please add this CSS too,
.home .x-nav-wrap.mobile { position: absolute; bottom: 30px; background: #ccc; width: 100%; left: 0px; }You may change the background color to your preference.
Thanks!
September 29, 2016 at 5:51 pm #1196442
databellParticipantGreat! I just made the change and it worked out great! Thank you!
September 29, 2016 at 9:15 pm #1196772
JadeModeratorYou’re welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1188836 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
