• serprj

    (@serprj)


    Hi,
    how to change “ul->style” for mobile menu in HTML output to make menu “inline” without scrolling neccesary? When i click on “+” to show sub-menu, elements hides outter block. To view all elements in menu, user should scroll to do this (independent of the whole page), but it’s not always obvious.
    This part in menu (default menu style is “Hantus”). “<ul id=”menu-default-1″ class=”…” style=”display: block;”>”. Do I need use some specified hook ? Or how to make the menu scroll not in it’s own block, but with classical page scrolling (down direction)?

    Thx.

    • This topic was modified 4 years ago by serprj.
    • This topic was modified 4 years ago by serprj.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Nayra Themes

    (@nayrathemes)

    Hello @serprj

    Can you please share here screenshot how you want to show the menu so we will help you exactly as you want.

    Thanks
    Nayra

    Thread Starter serprj

    (@serprj)

    Hi! Thanks for answer.

    Here you can see, i dunno how attach here: SCREENSHOT.PNG

    Theme Author Nayra Themes

    (@nayrathemes)

    Hello @serprj

    Please go to your Theme Customizer -> Additional css -> paste the following code there.

    .mean-container .mean-nav ul {
        max-height: 450px;
    }

    Let us know it will work for you.

    Thanks
    Nayra

    Thread Starter serprj

    (@serprj)

    @nayrathemes , thx.. but it semi solution. When many menu items and u scrolls it down, it still falls invisible in bottom. =( I tried same before, but tried without MAX-HEIGHT strictions. But this solution ofcourse better then nothing.

    • This reply was modified 4 years ago by serprj.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mobile menu height or scrolling’ is closed to new replies.