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!
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
Thanks its work!!!!
Thank you very much for your help