• jasonnichols195

    (@jasonnichols195)


    Hi Everyone,

    So I discovered recently that my mobile menu has developed a mind of its own. When in mobile view the items in the menu are scattered across the dropdown portion of the menu. I have read the documentation and am unsure how to proceed to fix this. Also the sub-menu items do not expand and retract when other menu items are clicked.
    I appreciate all the info you all can provide!

    Jason

    My website is https://www.jnsolution.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi jason,
    is something wrong in your custom css, add this:

    @media (max-width: 979px){
      .navbar-wrapper .navbar.resp .nav > li .dropdown-menu li { float: none;}
      .navbar-wrapper .navbar.resp .nav>li {display: block;}
    }

    and should fix the scattering..

    Thread Starter jasonnichols195

    (@jasonnichols195)

    Thx that worked. It also seemed to be an issue with my browser cache.

    Do you know why my sub-menu items aren’t defaulted as collapsed? That way the user can expand them when they touch their parent menu on mobile devices?

    Following, also interested in how to collapse the sub-menus in mobile view

    3virtudes

    (@3virtudes)

    Hello,

    At first, thank you very much for you great work with Costumizr!

    I use a Costumizr child but I have a problem in my dropdown menu on mobile version (I’ve just tested on Android). I have a menu with 9 items. One of those items have 11 sub-items.
    I have problems when I try to access all that items and sub-items. (bug on mobile version)

    here is the site:
    https://www.3virtudes.com

    Can you help me solve this problem please?

    Thank you very much!

    Hi 3virtudes.
    I have no problems on your site with my android..
    can you explain a little your issue, in a new topic?

    3virtudes

    (@3virtudes)

    Hi again.

    When I touch the icon menu to acces all items, I only see some part of them. I try to slide with my finger on menu to access the other items, but the menu don′t scrool down. Instead, the menu staying blocked and only the background moves down.

    Sorry about my bad english…

    Thanks again
    Luís Jo?o

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Mobile Menu Jumble’ is closed to new replies.