Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #891167

    Hi,
    our menu is not working for mobile devices.
    we are not able to fix the problem.
    Can you help please.
    We have added the details in private content
    rgds
    tbp

    #891172

    Hi tbp,

    I removed following code from Style.css file

    @media only screen and (max-width: 1279px) {
    nav.main_menu {
    display: none !important;
    }
    #advanced_menu_toggle {
    display: block !important;
    right:100px !important;
    }
    }

    and added following

    @media only screen and (max-width: 1279px) {
    .av-main-nav > li.menu-item-avia-special {
        display: block;
    }
    .av-main-nav > li.menu-item {
        display: none;
    }}

    Best regards,
    Yigit

    #891178

    thank you very much Yigit
    best regards
    tbp

    #891182

    Hi,

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘mobile menu not working’ is closed to new replies.