• Hi,

    I am making a childtheme with your lovely theme, and I am getting everything to work as I want except for one thing.
    The navigation has a problem in the toggle version. I cannot reacht the child-pages throught there, and I really need that!
    I tried in the parent them, and the same happens there.
    I checked your demo, but it only has 1 level in the navbar (no dropdown)
    So I get these nice arrows showing me there are child pages, and no problem with a wider screen, but in the toggled version of the menu I get this problem.

    Is that just a css issue? Or is something else the matter?

    I tried it with both a page and an empty link as first level, but neither work.

    I hope you understand my problem.
    Thanks for any help!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you provide a link to your site with the menu active please so I can inspect further?

    Thanks.

    Thread Starter omniafausta

    (@omniafausta)

    hi, thanks for your reply!
    I can’t send a link because I am putting things together locally, but I think I got it to work with some css changes!
    The trouble seems to be in these lines in the @media (max-width: 767px) part of your css:

    header .navbar-nav .dropdown-menu{margin-left: 5px;display: none !important;}
    header .navbar-nav .open .dropdown-menu{display: block !important;}

    somehow that ‘open’ part doesn’t work, so it got stuck with the display none

    WDOrkoskey

    (@wdorkoskey)

    @omniafausta, how did you get it to work? What changes did you make?
    I’ve got the same issue. The dropdown doesn’t work on touch devices and I’ve played with the code you posted but I’m still not getting it to work. Thanks!

    WDOrkoskey

    (@wdorkoskey)

    I played around, added min-height, height, etc. along with some bootstrap tricks and I got it to show the collapsed menu but not the menu items below that no matter what I set the height at. Also on screens wider than 920 when I mouse over and then mouse off the drop down doesn’t go away.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘ultrabootstrap menu pulldown on mobile device’ is closed to new replies.