Tagged: x
-
AuthorPosts
-
July 8, 2016 at 2:06 pm #1078288
Chris AParticipantMy submenu is not working correctly on mobile. The submenu items are not showing up at first when you click on the top level. You have to click 2 or 3 times and then they show up.
July 8, 2016 at 2:07 pm #1078290
Chris AParticipantThis reply has been marked as private.July 8, 2016 at 2:36 pm #1078323
Chris AParticipantadded this code to have the submenu open by default on mobile:
@media screen and (max-width: 979px) {
.x-navbar .mobile .x-nav ul {
display: block !important;
}
}this sort of solves the problem, but please let me know if you have any other suggestions.
Thanks
July 8, 2016 at 2:41 pm #1078330
Chris AParticipantone other question. on desktop view is there a way to modify the position of the submenu on hover.
when I hover over the top level the submenu appears and covers it, can it be changed to appear under it? I think what it is doing now looks awkward.
July 8, 2016 at 11:24 pm #1078891
RadModeratorHi there,
You should add navbar height more than 5px. Please change it to 60px at Admin > Appearance > Customizer > Header > Navbar Height.
Tanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1078288 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
