Tagged: x
-
AuthorPosts
-
July 1, 2016 at 10:07 am #1068474
RocktheHouse1876ParticipantWhen the nav bar is viewed in a mobile mode, there are two levels of the “menu” hamburger. In that, when user clicks the menu hamburger, there is a dropdown which reveals another menu hamburger to click. I am using the X-Theme UberMenu add-on.
How do I remove the first hamburger menu?
Thanks so much!
July 1, 2016 at 10:09 am #1068476
RocktheHouse1876ParticipantThis reply has been marked as private.July 1, 2016 at 4:10 pm #1068859
Nabeel AModeratorHi there,
Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.ubermenu-skin-clean-white.ubermenu-responsive-toggle:hover { background: transparent !important; } .ubermenu-skin-clean-white.ubermenu-responsive-toggle { font-size: 20px !important; text-align: center !important; } @media screen and (max-width: 979px) { .masthead-stacked .x-btn-navbar { display: none !important; } .x-nav-wrap.mobile { display: block !important; } }Let us know how this goes!
July 2, 2016 at 6:04 pm #1069866
RocktheHouse1876ParticipantWow! That was it! Genius!
The only other fix is for the submenu under “Golf Car Products”. It only displays 7 of the 9 sub menu items. It’s like the sub-menu will only extend the length of the entire menu placeholder and anything else longer gets cut off. What do you thinK, is there a way to fix?
July 3, 2016 at 1:02 am #1070107
RadModeratorHi there,
Please add this CSS as well,
@media ( max-width: 979px ) { .x-nav-wrap.mobile { overflow: visible !important; } .ubermenu-submenu { position: static !important; } }Thanks!
July 3, 2016 at 1:45 pm #1070588
RocktheHouse1876ParticipantThat was the trick. Perfecto! Thank you for your help!
July 3, 2016 at 5:26 pm #1070690
John EzraMemberYou’re most welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1068474 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
