Tagged: 

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

    Hi,
    I need to keep the desktop menu live all the time.

    I was hoping you could show me how I can prevent the mobile menu from activating at all.

    Thanks!
    -Pat

    #751323

    Hey plilja,

    Add the following block to the Quick CSS section:

    a#advanced_menu_toggle { display: none !important; }

    @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,
    Jordan Shannon

    #751581

    Worked like a charm! Thanks!

    #751585

    Hey!

    Happy we can help.
    Please feel free to let us know if we can do anything else for you.

    Thanks a lot

    Cheers!
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Prevent mobile menu from activating at all sizes’ is closed to new replies.