Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1078288
    Chris A
    Participant

    My 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.

    #1078290
    Chris A
    Participant
    This reply has been marked as private.
    #1078323
    Chris A
    Participant

    added 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

    #1078330
    Chris A
    Participant

    one 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.

    #1078891
    Rad
    Moderator

    Hi there,

    You should add navbar height more than 5px. Please change it to 60px at Admin > Appearance > Customizer > Header > Navbar Height.

    Tanks!

  • <script> jQuery(function($){ $("#no-reply-1078288 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>