Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #462306

    Hi I have problem withe the menu
    in small screen its above the logo
    screenshot: http://prntscr.com/7jhgik
    website: https://www.ibamarkets.com/

    What can we do to fix it ???
    Thanks in advance!

    #462608

    Hi Lev!

    You can try to activate the mobile menu on an earlier stage using the following in Quick CSS:

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

    Cheers!
    Rikard

    #462655

    Thanks its work!!!!
    Thank you very much for your help

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘responsive menu problem’ is closed to new replies.