Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #520810

    Hi folks
    I am shure you have answered this before, but wasn’t able to find a solution in the forums:

    Is there a way to disable the mobile menu?
    I have a site with a short menu (no submenues) and want the header/menu to look the same on mobile and desktop.
    Everything exept the mobile menu should still be responsive.

    Thanks!

    Eirek

    #520816

    Hey eireken!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    a#advanced_menu_toggle { display: none !important; }

    Regards,
    Yigit

    #520845

    Thank you Yigit
    That did away with the mobile menu, but the main menu also dissaper on smaller screen size.

    Regards
    Eirek

    #520849

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {
        display: block;
    }
    #top #wrap_all .av_header_transparency {
        background: transparent;
        position: absolute!important;
    }}

    Best regards,
    Yigit

    #521007

    Perfect!
    I had a small issu with blank space on mobile since i dont’t use a site logo, but managed to sort it out in the css.
    The menu works great.

    Thanks again
    Eirek

    #521009

    Hey!

    Glad you figured it out!
    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 post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

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